Skip to content

Commit

Permalink
fix: admin routes folder move
Browse files Browse the repository at this point in the history
  • Loading branch information
swgvenghy committed Aug 4, 2024
1 parent b6c2717 commit 43275f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pages/admin/file-list.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Button, Divider, Select } from 'antd';
import React, { useState } from 'react';
import { UploadFile } from 'antd/es/upload/interface';
import Uploader from '../../components/molecule/admin/Uploader';
import Uploader from '../../components/admin/Uploader';
import { useHtmlFileSubmit } from '../../../hooks/use-html-file-submit.hooks';

const FileList: React.FC = () => {
Expand Down

0 comments on commit 43275f9

Please sign in to comment.