Skip to content

Commit 820ef85

Browse files
committed
fix
1 parent c522826 commit 820ef85

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/RemixDevTools/init/project.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export const initServer = (context: EntryContext) => {
3636
export const initClient = () => {
3737
window.__remixRouteModules = Object.keys(window.__remixRouteModules).reduce((acc, key) => {
3838
const value = window.__remixRouteModules[key];
39-
4039
if (key === "root") {
4140
return {
4241
...acc,

0 commit comments

Comments
 (0)