子仓库提交
This commit is contained in:
11
src/app/(app)/central-config/layout.tsx
Normal file
11
src/app/(app)/central-config/layout.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
"use client"
|
||||
import { ReactNode } from 'react'
|
||||
// import {SideBarOld} from '@/components/layouts/SideBar/SideBarOld'
|
||||
|
||||
export default function CentralConfigLayout({
|
||||
children,
|
||||
}: {
|
||||
children: ReactNode
|
||||
}) {
|
||||
return <>{children}</>
|
||||
}
|
||||
Reference in New Issue
Block a user