Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tavikukko committed Sep 27, 2024
1 parent 2629b3c commit 174a9d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pages/fileexplorer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { IonContent, IonPage } from '@ionic/react';
import Header from '../../components/header';
import LoadingSpinner from '../../components/loadingSpinner';
import FolderTree from './components/foldertree';
import FolderTree from './components/tree';

const FileExplorer = () => {
return (
Expand Down

0 comments on commit 174a9d0

Please sign in to comment.