实现权限管理页面与功能
This commit is contained in:
5
src/components/page.tsx
Normal file
5
src/components/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { ReactNode } from "react"
|
||||
|
||||
export function Page(props: { children: ReactNode }) {
|
||||
return <div className="flex flex-col">{props.children}</div>
|
||||
}
|
||||
Reference in New Issue
Block a user