Skip to content

Commit 0bdd7ad

Browse files
committed
chore: format
1 parent ae03eb1 commit 0bdd7ad

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

examples/scroll-restoration/src/main.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import React from "react";
22
import ReactDOM from "react-dom/client";
33

4-
import {
5-
DataBrowserRouter,
6-
Route,
7-
} from "react-router-dom";
4+
import { DataBrowserRouter, Route } from "react-router-dom";
85

96
import "./index.css";
107
import { Layout, getArrayLoader, LongPage } from "./routes";

examples/scroll-restoration/src/routes.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import {
1111
useNavigation,
1212
} from "react-router-dom";
1313

14-
1514
export function Layout() {
1615
let navigation = useNavigation();
1716

0 commit comments

Comments
 (0)