Skip to content

Commit b4b562f

Browse files
committed
/.ui 추가
1 parent fe81bff commit b4b562f

File tree

4 files changed

+750
-1
lines changed

4 files changed

+750
-1
lines changed

app/routes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ export default [
224224
...getLocaleRoutes('ko'),
225225
...prefix('/en', [...getLocaleRoutes('en')]),
226226
_route('/admin', 'routes/admin/index.tsx'),
227+
_route('/.ui', 'routes/ui/index.tsx'),
227228
_route('/.internal', 'routes/internal.tsx'),
228229
]),
229230
] satisfies RouteConfig;

app/routes/main/components/LinkSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import LinkRow from '~/components/ui/LinkRow';
21
import { useLanguage } from '~/hooks/useLanguage';
2+
import LinkRow from './LinkRow';
33

44
export default function LinkSection() {
55
const { t, localizedPath } = useLanguage();

0 commit comments

Comments
 (0)