Compare commits
No commits in common. "a13db5dd39be14751929eff7e55b7d5a1ca346ff" and "fa4a056ab0b19512b7825ee1495dc5bb9f2c8a7b" have entirely different histories.
a13db5dd39
...
fa4a056ab0
|
|
@ -1,3 +1,3 @@
|
|||
import { type RouteConfig, index,route } from "@react-router/dev/routes";
|
||||
import { type RouteConfig, index } from "@react-router/dev/routes";
|
||||
|
||||
export default [index("routes/home.tsx"),route('weather',"routes/weather.tsx")] satisfies RouteConfig;
|
||||
export default [index("routes/home.tsx")] satisfies RouteConfig;
|
||||
|
|
|
|||
Loading…
Reference in New Issue