link-stack/apps/metamigo-frontend/app/_components/layout/index.ts
Darren Clarke f901f203b0 Develop
2023-07-18 12:26:57 +00:00

5 lines
138 B
TypeScript

"use client";
export { default as AppBar } from "./AppBar";
export { Layout } from "./Layout";
export { default as Menu } from "./Menu";