Skip to content

Commit b6292a3

Browse files
fix(_app): fix linting error
1 parent 1bfcb1d commit b6292a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/_app.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { AppPropsWithLayout } from "@/lib/types"
1313
import "../styles/global.css"
1414

1515
import { useLocaleDirection } from "@/hooks/useLocaleDirection"
16-
1716
import { BaseLayout } from "@/layouts/BaseLayout"
1817

1918
const App = ({ Component, pageProps }: AppPropsWithLayout) => {

0 commit comments

Comments
 (0)