Skip to content

Commit 333292f

Browse files
committed
oopsies
1 parent 97814c8 commit 333292f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import "@/index.css";
22
import { GlobalErrorBoundary } from "@/providers/ErrorBoundary";
33
import { ToastProvider } from "@/providers/ToastProvider";
44
import { ThemeProvider } from "@/components/theme-provider";
5-
import { Outlet, ScrollRestoration, useLocation } from "react-router-dom";
5+
import { Outlet, useLocation } from "react-router-dom";
66
import { SidebarInset, SidebarProvider } from "./ui/sidebar";
77
import { AppSidebar } from "./app-sidebar";
88
import { SiteHeader } from "./site-header";

src/pages/artworks/Artworks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function Artworks() {
4646
<SearchBar
4747
onSearch={handleSearch}
4848
placeholder="Search for artworks..."
49-
className="w-full"w
49+
className="w-full"
5050
initialQuery={new URLSearchParams(location.search).get("q") || ""}
5151
/>
5252
</div>

0 commit comments

Comments
 (0)