We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f21806 commit dff73d2Copy full SHA for dff73d2
apps/app/app/(organization)/voice/layout.tsx
@@ -0,0 +1,8 @@
1
+import { WorkInProgress } from '@repo/design-system/components/ui/work-in-progress';
2
+
3
+//TODO: Remove this one once feature is completed
4
+export default function VoiceLayout({
5
+ children,
6
+}: { children: React.ReactNode }) {
7
+ return <WorkInProgress />;
8
+}
0 commit comments