eslint 적용
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import {type RouteConfig} from "@react-router/dev/routes";
|
||||
import type { RouteConfig } from '@react-router/dev/routes';
|
||||
|
||||
import { index, route } from '@react-router/dev/routes';
|
||||
|
||||
export default [
|
||||
index("routes/home.tsx"),
|
||||
route('users', './routes/users.tsx'),
|
||||
route('*', './routes/catch-all.tsx'),
|
||||
index('routes/home.tsx'),
|
||||
route('users', './routes/users.tsx'),
|
||||
route('*', './routes/catch-all.tsx'),
|
||||
] satisfies RouteConfig;
|
||||
|
||||
Reference in New Issue
Block a user