saleor-dashboard/src/components/AppLayout/index.ts
2023-02-28 16:19:56 +01:00

3 lines
94 B
TypeScript

export * from "./AppLayout";
export { default } from "./AppLayout";
export * from "./TopNav";