added some base code
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
export type Route = {
|
||||
path: string;
|
||||
view: () => HTMLElement;
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,4 @@
|
||||
|
||||
export type Route = {
|
||||
path: string;
|
||||
view: () => HTMLElement;
|
||||
|
||||