Skip to content

Commit

Permalink
fix up Page
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 22, 2024
1 parent 04811ff commit 18646a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/layouts/Page.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import '@styles/utility.css';
import {TOAST_TMPL_ID} from '@data/app';
import Toast from '@components/Toast.astro';
import ToastTest from '@mock/ToastTest.astro';
// import ToastTest from '@mock/ToastTest.astro';
interface Props {
id: string;
Expand Down Expand Up @@ -110,8 +110,6 @@ const OG_IMAGE = '/assets/dulmage-social.png';
<template id={TOAST_TMPL_ID}>
<Toast id="ToastPlaceholder" />
</template>

<ToastTest />
</body>
</html>

Expand Down

0 comments on commit 18646a8

Please sign in to comment.