diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-31 16:24:01 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-31 16:24:01 +0200 |
commit | e2bfe729aa11ae04db5d77be4d49bf5b8d367f60 (patch) | |
tree | 7e5f4000a31a805881a257a15a00b0ee9a795e87 /components | |
parent | 9f04ec867ba90a9813a192834f7a104b6a2cf945 (diff) |
moved themecontext and included build
Diffstat (limited to 'components')
-rw-r--r-- | components/tweaks.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/tweaks.tsx b/components/tweaks.tsx index bc1a0d3..39130a5 100644 --- a/components/tweaks.tsx +++ b/components/tweaks.tsx @@ -49,7 +49,7 @@ import { initialBehavior, } from './config' -import { ThemeContext } from '../pages/themecontext' +import { ThemeContext } from '../util/themecontext' export interface TweakProps { physics: typeof initialPhysics |