Mored on ui for the Random Name , now working on seting the absentesa nd all thing
This commit is contained in:
parent
1ac14dca72
commit
70c9a703c5
8 changed files with 359 additions and 73 deletions
|
@ -4,12 +4,14 @@
|
|||
import TypeSelector from "./SelectionMenue/TypeSelector.svelte";
|
||||
import IdleScreen from "./IdleScreen/main.svelte";
|
||||
import RandomName from "./RandomName/main.svelte";
|
||||
import announcer from "./announcer/main.svelte";
|
||||
|
||||
let routes = {
|
||||
"/": TypeSelector,
|
||||
"/Wordle": Wordle,
|
||||
"/IdleScreen": IdleScreen,
|
||||
"/RandomName": RandomName,
|
||||
"/announcer": announcer,
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue