Skip to content

Commit

Permalink
Remove from App
Browse files Browse the repository at this point in the history
  • Loading branch information
willybrauner committed Oct 19, 2023
1 parent 8fd0460 commit e29f777
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions apps/front/src/components/app/App.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
import css from "./App.module.less"
import React from "react"
import { Link, Stack, TManageTransitions } from "@cher-ami/router"

import debug from "@wbe/debug"
import { EPages } from "~/routes"
import {
CookiesBanner,
ETrackingType,
} from "~/libs/components/cookiesBanner/CookiesBanner"
import { NoSSR } from "~/libs/components/noSSR/NoSSR"
const log = debug(`front:App`)

export interface IProps {}
Expand Down Expand Up @@ -68,17 +62,6 @@ function App(props: IProps) {
</ul>
</nav>
<Stack className={css.stack} manageTransitions={manageTransitions} />

<NoSSR>
<CookiesBanner
tracking={[
{
id: "#",
type: ETrackingType.GOOGLE_ANALYTICS,
},
]}
/>
</NoSSR>
</div>
)
}
Expand Down

0 comments on commit e29f777

Please sign in to comment.