summaryrefslogtreecommitdiff
path: root/components/Tweaks/TagPanel.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-09-25 16:15:20 +0200
committerThomas F. K. Jorna <[email protected]>2021-09-25 16:15:20 +0200
commit340d3961513ef21a9243d539c335a57b301e29a3 (patch)
tree47140d3a72cb09e8e443252ee20df666fd694506 /components/Tweaks/TagPanel.tsx
parentee8539a9351374a719c9026f85d85e7b4ea6e8f5 (diff)
chore: build
Diffstat (limited to 'components/Tweaks/TagPanel.tsx')
-rw-r--r--components/Tweaks/TagPanel.tsx2
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[]