Skip to content

Commit

Permalink
restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Nov 16, 2024
1 parent 560c22e commit 2150dee
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions app/src/App.tsx → src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ const THEMES = ["contrast", "bright"];

const themeToLayers = new Map<string, Theme>();

import contrast from "../../themes/contrast.ts";
import contrast from "../themes/contrast.ts";
themeToLayers.set("contrast", contrast);

import bright from "../../themes/bright.ts";
import bright from "../themes/bright.ts";
themeToLayers.set("bright", bright);

const getStyle = (index: number):StyleSpecification => {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/tsconfig.app.json → tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
"include": ["src","../themes"]
"include": ["src"]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2150dee

Please sign in to comment.