Skip to content

Commit

Permalink
refactor(Template): Template 페이지 폴더링
Browse files Browse the repository at this point in the history
  • Loading branch information
vi-wolhwa committed Jul 24, 2024
1 parent 6f2df03 commit 118fc2e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/src/routes/router.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createBrowserRouter } from 'react-router-dom';
import { Layout } from '@/components/Layout';
import Template from '@/pages/Template';
import Template from '@/pages/Template/Template';
import TemplateList from '@/pages/TemplateList';
import TemplateUpload from '@/pages/TemplateUpload';

Expand Down

0 comments on commit 118fc2e

Please sign in to comment.