summaryrefslogtreecommitdiff
path: root/components/Tweaks
diff options
context:
space:
mode:
Diffstat (limited to 'components/Tweaks')
-rw-r--r--components/Tweaks/ColorMenu.tsx2
-rw-r--r--components/Tweaks/TagPanel.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/Tweaks/ColorMenu.tsx b/components/Tweaks/ColorMenu.tsx
index 1bbf087..3d90e36 100644
--- a/components/Tweaks/ColorMenu.tsx
+++ b/components/Tweaks/ColorMenu.tsx
@@ -11,7 +11,7 @@ import {
Portal,
} from '@chakra-ui/react'
import React, { useCallback } from 'react'
-import { initialVisuals } from './config'
+import { initialVisuals } from '../config'
export interface ColorMenuProps {
label: string
diff --git a/components/Tweaks/TagPanel.tsx b/components/Tweaks/TagPanel.tsx
index 545102b..4d2e355 100644
--- a/components/Tweaks/TagPanel.tsx
+++ b/components/Tweaks/TagPanel.tsx
@@ -1,6 +1,6 @@
import { CUIAutoComplete } from 'chakra-ui-autocomplete'
import React, { useState } from 'react'
-import { initialFilter } from './config'
+import { initialFilter } from '../config'
export interface TagPanelProps {
tags: string[]