Skip to content

Commit

Permalink
Remove stats page
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck committed Sep 12, 2023
1 parent ff7cec1 commit bf77c5d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion src/lib/components/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
export let sections: { title: string, href: string }[] = [
{ title: "about", href: "about" },
{ title: "resume", href: "resume" },
{ title: "stats", href: "stats" },
{ title: "contact", href: "contact" },
]
export let allCaps: boolean = true;
Expand Down
14 changes: 0 additions & 14 deletions src/lib/components/Stats.stories.ts

This file was deleted.

7 changes: 0 additions & 7 deletions src/lib/components/Stats.svelte

This file was deleted.

Empty file removed src/lib/components/stats.css
Empty file.
4 changes: 0 additions & 4 deletions src/routes/stats/+page.svelte

This file was deleted.

0 comments on commit bf77c5d

Please sign in to comment.