From 23524cb94314fd50476ccffe654841d980c713d7 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Fri, 19 Jan 2024 11:28:25 -0500 Subject: Clean project from marketing content (#50) * Clean project from marketing content * Remove some dependencies --- src/app/groups/layout.tsx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/app/groups/layout.tsx') diff --git a/src/app/groups/layout.tsx b/src/app/groups/layout.tsx index 75128c8..3b8b10e 100644 --- a/src/app/groups/layout.tsx +++ b/src/app/groups/layout.tsx @@ -1,8 +1,3 @@ -import { - FeedbackButton, - FeedbackModal, -} from '@/components/feedback-button/feedback-button' -import { env } from '@/lib/env' import { PropsWithChildren } from 'react' export default function GroupsLayout({ children }: PropsWithChildren<{}>) { @@ -11,9 +6,6 @@ export default function GroupsLayout({ children }: PropsWithChildren<{}>) {
{children}
- - - ) } -- cgit v1.3