mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-17 07:26:27 +00:00
feat(islands): add StudyDeck component and markdown decks for algorithms
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// Vite `?raw` imports resolve to the file's text content.
|
||||
declare module "*.md?raw" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
Reference in New Issue
Block a user