feat(islands): add StudyDeck component and markdown decks for algorithms

This commit is contained in:
Prad Nukala
2026-08-19 13:05:50 -04:00
parent e23d90cb82
commit 6f4686d7e9
9 changed files with 484 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// Vite `?raw` imports resolve to the file's text content.
declare module "*.md?raw" {
const content: string;
export default content;
}