Files
frontend/components/templates/index.ts
T
TaNguyenThanhQuy c2afb3d3b5
Release package / release (push) Successful in 7m28s
fix: connect services to backend (#37)
Co-authored-by: Thanh Quy - wolf <524H0124@student.tdtu.edu.vn>
Reviewed-on: #37
Co-authored-by: TaNguyenThanhQuy <tanguyenthanhquy@noreply.localhost>
Co-committed-by: TaNguyenThanhQuy <tanguyenthanhquy@noreply.localhost>
2026-05-05 14:42:13 +00:00

16 lines
475 B
TypeScript

// Main Layout
export { MainLayout } from "./main-layout";
export type { MainLayoutProps } from "./main-layout";
// Feed Layout
export { FeedLayout } from "./feed-layout";
export type { FeedLayoutProps } from "./feed-layout";
// Manager Layout
export { ManagerLayout } from "./manager-layout";
export type { ManagerLayoutProps } from "./manager-layout";
// Staff Layout
export { StaffLayout } from "./staff-layout";
export type { StaffLayoutProps } from "./staff-layout";