refactor: remove unused React import in ImportButtons component
Browse files
app/commit.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{ "commit": "
|
|
|
1 |
+
{ "commit": "ff2726fd2fcf53a9fd2beac967f4c92c78d390bf" }
|
app/components/chat/chatExportAndImport/ImportButtons.tsx
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import type { Message } from 'ai';
|
2 |
import { toast } from 'react-toastify';
|
3 |
-
import React from 'react';
|
4 |
import { ImportFolderButton } from '~/components/chat/ImportFolderButton';
|
5 |
|
6 |
export function ImportButtons(importChat: ((description: string, messages: Message[]) => Promise<void>) | undefined) {
|
|
|
1 |
import type { Message } from 'ai';
|
2 |
import { toast } from 'react-toastify';
|
|
|
3 |
import { ImportFolderButton } from '~/components/chat/ImportFolderButton';
|
4 |
|
5 |
export function ImportButtons(importChat: ((description: string, messages: Message[]) => Promise<void>) | undefined) {
|