Skip to content

Commit ac6fe3d

Browse files
committed
fix: sort imports in NotFound.tsx to pass biome lint
1 parent b9a5ee5 commit ac6fe3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/pages/NotFound.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Link } from "react-router-dom";
2-
import { Navbar } from "../components/Navbar";
32
import { Footer } from "../components/Footer";
3+
import { Navbar } from "../components/Navbar";
44
import { useDocumentTitle } from "../hooks/useDocumentTitle";
55

66
export function NotFound() {

0 commit comments

Comments
 (0)