Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
KrinjMaster committed Aug 28, 2023
1 parent 7bb1bf3 commit ada3f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import MouseBlob from '../components/MouseBlob.svelte'
import NavBar from '../components/NavBar.svelte'
let isRendered = true;
let isRendered = false;
let firstPositon: {
x: null | number
Expand Down

0 comments on commit ada3f8d

Please sign in to comment.