mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-11-06 19:48:57 +01:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
import { Header } from "./header"
|
|
|
|
export function HeaderWrapper() {
|
|
return <Header />
|
|
}
|