Skip to content

Commit

Permalink
lint fix pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Oct 17, 2024
1 parent ef957dc commit 90cb3d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/pwa/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client';
import { AppRender } from 'pixel_ui';
import {AppRender} from 'pixel_ui';

import { Navbar } from './components/Navbar';
import {Navbar} from './components/Navbar';

export default function App() {
return (
Expand All @@ -10,7 +10,8 @@ export default function App() {
{typeof window !== 'undefined' && (
<AppRender
artPeaceAddress={process.env.NEXT_PUBLIC_CANVAS_STARKNET_CONTRACT_ADDRESS}
></AppRender>)}
></AppRender>
)}
{/* <Footer /> */}
</div>
);
Expand Down

0 comments on commit 90cb3d8

Please sign in to comment.