diff options
Diffstat (limited to 'components/Tweaks/TagPanel.tsx')
-rw-r--r-- | components/Tweaks/TagPanel.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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[] |