Fix duplicate api import
Some checks failed
Automated Container Build / build-and-push (push) Failing after 14s
Some checks failed
Automated Container Build / build-and-push (push) Failing after 14s
This commit is contained in:
parent
42864ebcb7
commit
2e8f67f54d
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ const Folder = ({ className, style }: { className?: string, style?: React.CSSPro
|
||||||
);
|
);
|
||||||
|
|
||||||
const API_BASE = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8080';
|
const API_BASE = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8080';
|
||||||
import api from '@/lib/api';
|
|
||||||
import FilePreview from './FilePreview';
|
import FilePreview from './FilePreview';
|
||||||
import SettingsPage from './SettingsPage';
|
import SettingsPage from './SettingsPage';
|
||||||
import StorageDashboard from './StorageDashboard';
|
import StorageDashboard from './StorageDashboard';
|
||||||
|
|
|
||||||
Reference in a new issue