Skip to content

Commit 1057f85

Browse files
committed
chore: format
1 parent 0bc22f0 commit 1057f85

File tree

1 file changed

+5
-1
lines changed
  • packages/react-router-remix-routes-option-adapter

1 file changed

+5
-1
lines changed

packages/react-router-remix-routes-option-adapter/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
import { type RouteConfigEntry } from "@react-router/dev/routes";
22

33
import { routeManifestToRouteConfig } from "./manifest";
4-
import { defineRoutes, type DefineRoutesFunction, type DefineRouteFunction } from "./defineRoutes";
4+
import {
5+
defineRoutes,
6+
type DefineRoutesFunction,
7+
type DefineRouteFunction,
8+
} from "./defineRoutes";
59

610
export type { DefineRoutesFunction, DefineRouteFunction };
711

0 commit comments

Comments
 (0)