Skip to content

Commit

Permalink
Layout groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Apr 1, 2024
1 parent eab94d1 commit d756587
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"type": "module",
"dependencies": {
"@tauri-apps/api": "^1.5.3",
"otpauth": "^9.2.2",
"ua-parser-js": "^1.0.35"
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions website/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
import "../styles/index.css"
import Header from "./header.svelte"
import Footer from "./footer.svelte"
import Header from "../components/header.svelte"
import Footer from "../components/footer.svelte"
</script>

<Header />
Expand Down

0 comments on commit d756587

Please sign in to comment.