summaryrefslogtreecommitdiff
path: root/components/Tweaks/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/Tweaks/index.tsx')
-rw-r--r--components/Tweaks/index.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/Tweaks/index.tsx b/components/Tweaks/index.tsx
index a07559a..039885c 100644
--- a/components/Tweaks/index.tsx
+++ b/components/Tweaks/index.tsx
@@ -26,13 +26,13 @@ import {
initialColoring,
} from '../config'
-import FilterPanel from './FilterPanel'
+import FilterPanel from './Filter/FilterPanel'
import { ThemeContext } from '../../util/themecontext'
import { usePersistantState } from '../../util/persistant-state'
-import { PhysicsPanel } from './PhysicsPanel'
-import { VisualsPanel } from './VisualsPanel'
-import { BehaviorPanel } from './BehaviorPanel'
+import { PhysicsPanel } from './Physics/PhysicsPanel'
+import { BehaviorPanel } from './Behavior/BehaviorPanel'
+import { VisualsPanel } from './Visual/VisualsPanel'
export interface TweakProps {
physics: typeof initialPhysics