Skip to content

Commit

Permalink
remove unused hook
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 21, 2024
1 parent 819a1d6 commit bb8cd43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tanstack-start/app/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ function RootComponent() {

function RootDocument({children}: Readonly<{children: ReactNode}>) {
const {data} = Route.useLoaderData()
const {lastLiveEventId} = Route.useSearch()
return (
<html
className="bg-theme text-theme transition-colors duration-1000 ease-in-out"
Expand Down

0 comments on commit bb8cd43

Please sign in to comment.