mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-06-29 07:50:22 +08:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
import { Header } from "./header"
|
|
|
|
export function HeaderWrapper() {
|
|
return <Header />
|
|
}
|