add to import/export

This commit is contained in:
Mckay Wrigley
2023-04-18 15:59:19 -06:00
parent cfb0bcdbdd
commit 11f52e76b4
3 changed files with 28 additions and 15 deletions
@@ -1,9 +1,4 @@
import {
IconFileExport,
IconMoon,
IconSettings,
IconSun,
} from '@tabler/icons-react';
import { IconFileExport, IconSettings } from '@tabler/icons-react';
import { useContext, useState } from 'react';
import { useTranslation } from 'next-i18next';
@@ -38,7 +33,6 @@ export const ChatbarSettings = () => {
handleClearConversations,
handleImportConversations,
handleExportData,
handleApiKeyChange,
} = useContext(ChatbarContext);