chore: Migrate navbar

This commit is contained in:
Sidharth Vinod
2025-03-06 11:58:43 +05:30
parent b8aa272bc6
commit 4968e224ae
14 changed files with 183 additions and 141 deletions
+4 -1
View File
@@ -28,5 +28,8 @@
"vitest.enable": true,
"testing.autoRun.mode": "rerun",
"svelte.enable-ts-plugin": true,
"githubPullRequests.ignoredPullRequestBranches": ["develop"]
"githubPullRequests.ignoredPullRequestBranches": ["develop"],
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
}
}