mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-10-27 13:39:03 +08:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
|
|
import { ClientHeader } from "./client-header"
|
||
|
|
|
||
|
|
export function Header() {
|
||
|
|
return <ClientHeader />
|
||
|
|
}
|