Skip to content

Commit 7de3759

Browse files
Add blank react-router.config.ts to playgrounds (remix-run#12962)
1 parent ca057a0 commit 7de3759

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import type { Config } from "@react-router/dev/config";
2+
3+
export default {} satisfies Config;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import type { Config } from "@react-router/dev/config";
2+
3+
export default {} satisfies Config;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import type { Config } from "@react-router/dev/config";
2+
3+
export default {} satisfies Config;

0 commit comments

Comments
 (0)