adding flashcards!
This commit is contained in:
parent
4b005cf05c
commit
23cd0056e0
3 changed files with 10 additions and 0 deletions
|
@ -28,5 +28,11 @@
|
|||
"description": "The perfect idle screen with the timetable, time and date!",
|
||||
"link": "/IdleScreen",
|
||||
"icon": "nf-cod-table"
|
||||
},
|
||||
{
|
||||
"name": "Flashcards",
|
||||
"description": "A simple flashcard app to help you learn new things.",
|
||||
"link": "/flashcards",
|
||||
"icon": "nf-md-card_multiple"
|
||||
}
|
||||
]
|
||||
|
|
0
src/routes/flashcards/+page.svelte
Normal file
0
src/routes/flashcards/+page.svelte
Normal file
|
@ -49,6 +49,10 @@
|
|||
title: "Time Table",
|
||||
conformOnBack: null,
|
||||
},
|
||||
"/flashcards": {
|
||||
title: "Flashcards",
|
||||
conformOnBack: null,
|
||||
},
|
||||
};
|
||||
|
||||
import { OpenTab } from "./wordle/InfoAndSetings/main.svelte";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue