Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
claireolmstead committed Nov 27, 2024
1 parent 763efe7 commit 82d384b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/lib/vendor/LottieWrapper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
}
function onEnterCanvas() {
console.log('here');
dotLottie?.setFrame(0);
dotLottie?.play();
}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"moduleResolution": "bundler",
"types": ["svelte", "@sveltejs/kit", "vitest/globals", "@testing-library/jest-dom"]
},
"include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte", "**/app.d.ts", "**/global.d.ts"]
"include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte"]

// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias,
// but we still need to define the paths here or else we will get a "Cannot find module '*.svelte' or its corresponding type declarations" error
Expand Down

0 comments on commit 82d384b

Please sign in to comment.