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

4 lines
86 B
TypeScript
Raw Normal View History

2024-06-05 08:52:41 +02:00
import { ServiceLayout } from "@link-stack/bridge-ui";
2024-04-26 14:31:33 +02:00
2024-04-30 11:39:16 +02:00
export default ServiceLayout;