Skip to content

Commit

Permalink
Reorganize components, prep for /profiles root
Browse files Browse the repository at this point in the history
  • Loading branch information
chadokruse committed Nov 26, 2024
1 parent c5e9bfb commit c6c6f57
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/lib/components/profiles/Profile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import People from './people/People.svelte';
import ContentBoxWrapper from './ContentBoxWrapper.svelte';
import ContentBoxHeader from './ContentBoxHeader.svelte';
import Banner from './Banner.svelte';
import Banner from './alerts/Banner.svelte';
import NavSearch from './topnav/Nav.svelte';
import SurpriseMe from './topnav/SurpriseMe.svelte';
import FoundationHeader from './header/FoundationHeader.svelte';
Expand Down
18 changes: 0 additions & 18 deletions apps/web/src/lib/components/profiles/SummaryBoxHeaderBadge.svelte

This file was deleted.

2 changes: 1 addition & 1 deletion apps/web/src/routes/profiles/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import DevLinks from '$lib/components/profiles/DevLinks.svelte';
import DevLinks from '$lib/components/profiles/root/DevLinks.svelte';
</script>

<DevLinks />

0 comments on commit c6c6f57

Please sign in to comment.