Skip to content

Commit 4064d7a

Browse files
committed
fix lint issues
1 parent 46aa62c commit 4064d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/AppRouter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { Suspense, useEffect } from 'react'
2+
import { Helmet } from 'react-helmet-async'
23
import { Route, Routes } from 'react-router-dom'
34
import { Box } from '@chakra-ui/react'
45
import { useGrowthBook } from '@growthbook/growthbook-react'
@@ -53,7 +54,6 @@ import { HashRouterElement } from './HashRouterElement'
5354
import { ParamIdValidator } from './ParamIdValidator'
5455
import { PrivateElement } from './PrivateElement'
5556
import { PublicElement } from './PublicElement'
56-
import { Helmet } from 'react-helmet-async'
5757

5858
const UseTemplateRedirectPage = loadable(
5959
() => import('~pages/UseTemplateRedirect'),

0 commit comments

Comments
 (0)