link-stack/apps/bridge-frontend/app/(main)/[...segment]/layout.tsx

4 lines
74 B
TypeScript
Raw Normal View History

2024-04-30 11:39:16 +02:00
import { ServiceLayout } from "bridge-ui";
2024-04-26 14:31:33 +02:00
2024-04-30 11:39:16 +02:00
export default ServiceLayout;