Initial attempt add hiding elements during loading.

This commit is contained in:
Dermot Duffy
2022-08-07 13:20:03 -07:00
parent 561358f43b
commit c19a62d426
9 changed files with 179 additions and 65 deletions
+5
View File
@@ -1,2 +1,7 @@
declare module '*.scss';
declare module '*.jpg';
declare module "view" {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface ViewContext {
}
}