mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-06-29 16:00:22 +08:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
![]() |
import { ClientHeader } from "./client-header"
|
||
|
|
||
|
export function Header() {
|
||
|
return <ClientHeader />
|
||
|
}
|