Skip to content

Commit

Permalink
going to wait for #66 to be thought out before i begin
Browse files Browse the repository at this point in the history
  • Loading branch information
nbitzz committed Apr 30, 2024
1 parent ab673ea commit aaff0ee
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"node": ">=v21"
},
"dependencies": {
"@fluentui/svg-icons": "^1.1.237",
"@hono/node-server": "^1.8.2",
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.14",
Expand Down
1 change: 1 addition & 0 deletions src/style/palette.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:root {}
4 changes: 3 additions & 1 deletion src/svelte/App.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<script lang="ts">
</script>

<div id="appContent"></div>
<div id="appContent">

</div>

0 comments on commit aaff0ee

Please sign in to comment.