Skip to content

Commit

Permalink
Poistetaan koodijäänne
Browse files Browse the repository at this point in the history
  • Loading branch information
pretseli committed Apr 16, 2024
1 parent 5531033 commit 29ee92b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ const HakuSelector = dynamic(() => import("./components/haku-selector"), {
loading: () => <CircularProgress />
});

const mainContainerStyle = {
border: '1px solid rgba(0, 0, 0, 0.15)',
backgroundColor: 'white',
padding: '2rem',
};

export default async function Home() {
const hakutavat = await getHakutavat();

Expand Down

0 comments on commit 29ee92b

Please sign in to comment.