File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import "@/index.css";
22import { GlobalErrorBoundary } from "@/providers/ErrorBoundary" ;
33import { ToastProvider } from "@/providers/ToastProvider" ;
44import { ThemeProvider } from "@/components/theme-provider" ;
5- import { Outlet , ScrollRestoration , useLocation } from "react-router-dom" ;
5+ import { Outlet , useLocation } from "react-router-dom" ;
66import { SidebarInset , SidebarProvider } from "./ui/sidebar" ;
77import { AppSidebar } from "./app-sidebar" ;
88import { SiteHeader } from "./site-header" ;
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments