Skip to content

Commit

Permalink
🎨 [Code] Minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 22, 2024
1 parent 4d53198 commit f928535
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 87 deletions.
2 changes: 0 additions & 2 deletions src/layouts/Page.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import '@styles/utility.css';
import {TOAST_TMPL_ID} from '@data/app';
import Toast from '@components/Toast.astro';
// import ToastTest from '@mock/ToastTest.astro';
interface Props {
id: string;
title?: string;
Expand Down
7 changes: 0 additions & 7 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ const [intro, ...portfolioSections] = sections;
import {SecretEmail} from '@scripts/SecretEmail';
import {Toggler} from '@scripts/Toggler';

/*
// Not needed because we use `html > scroll-behavior: smooth`.
import {AnchorScroll} from '@scripts/AnchorScroll';
const scrollerInstance = new AnchorScroll();
scrollerInstance.init();
*/

const overlayInstance = new Overlay(OVERLAY_ID);
overlayInstance.init();

Expand Down
1 change: 0 additions & 1 deletion src/scripts/Analytics.ts

This file was deleted.

77 changes: 0 additions & 77 deletions src/scripts/AnchorScroll.ts

This file was deleted.

0 comments on commit f928535

Please sign in to comment.