Skip to content

Commit

Permalink
remove login setup folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nealtaylor98 committed Oct 10, 2024
1 parent cc3c4a6 commit 8b8faab
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 147 deletions.
3 changes: 0 additions & 3 deletions src/lib/PageTitle.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<script lang="ts">
import { goto } from '$app/navigation';
import ProfileButton from './ProfileButton.svelte';
import ProfileDropDown from './ProfileDropDown.svelte';
function returnHome() {
goto('/');
Expand All @@ -14,7 +12,6 @@ function returnHome() {
<i class="light-icon-home title"></i></button
>
<h1 class="title">Rustbound Adventures</h1>
<ProfileButton />
</div>
</div>

Expand Down
30 changes: 0 additions & 30 deletions src/lib/ProfileButton.svelte

This file was deleted.

66 changes: 0 additions & 66 deletions src/lib/ProfileDropDown.svelte

This file was deleted.

7 changes: 0 additions & 7 deletions src/routes/login/+page.server.ts

This file was deleted.

41 changes: 0 additions & 41 deletions src/routes/login/+page.svelte

This file was deleted.

0 comments on commit 8b8faab

Please sign in to comment.