Skip to content

Commit

Permalink
Move Link to boilerplate as LinkListEntry.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampflower committed Sep 13, 2024
1 parent 5a25153 commit 8942ebb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/lib/boilerplate.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Who from './boilerplate/Who.svelte.md';
import Socials from './boilerplate/Socials.svelte';
import Donate from './boilerplate/Donate.svelte.md';
import LinkListEntry from './boilerplate/LinkListEntry.svelte';
import Socials from './boilerplate/Socials.svelte';
import Who from './boilerplate/Who.svelte.md';
import WwpMusic from './boilerplate/WwpMusic.md';

export { Who, Socials, Donate, WwpMusic };
export { Donate, LinkListEntry, Socials, Who, WwpMusic };
File renamed without changes.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import '../app.scss';
import Popup from '$lib/components/Popup.svelte';
import Link from '$lib/components/Link.svelte';
import { LinkListEntry as Link } from '$lib/boilerplate';
</script>

<svelte:head>
Expand Down

0 comments on commit 8942ebb

Please sign in to comment.