feat(app): fix lint errors
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m1s

This commit is contained in:
Lars Hampe 2024-09-30 23:25:29 +02:00
parent f0eca6885d
commit d5034383b8
4 changed files with 4 additions and 7 deletions

View File

@ -1,5 +1,3 @@
import { CircleUser } from 'lucide-react'
import {
Button,
DropdownMenu,
@ -25,7 +23,7 @@ export const Layout = ({ children }: { children: ReactNode | ReactNode[] }) => {
<div className="flex flex-col">
<header className="flex h-14 items-center gap-4 border-b bg-muted/40 px-4 lg:h-[60px] lg:px-6">
<NavigationMobile />
<div className="w-full flex-1"></div>
{/* <div className="w-full flex-1"></div> */}
<DropdownMenu>
<DropdownMenuTrigger asChild>
<Button

View File

@ -1,6 +1,5 @@
import { ThemeToggle } from '@boring.tools/ui'
import { SignIn, SignedIn, SignedOut, UserButton } from '@clerk/clerk-react'
import { Link, Outlet, createRootRoute } from '@tanstack/react-router'
import { SignIn, SignedIn, SignedOut } from '@clerk/clerk-react'
import { Outlet, createRootRoute } from '@tanstack/react-router'
import { TanStackRouterDevtools } from '@tanstack/router-devtools'
import { Layout } from '../components/Layout'

View File

@ -1 +1 @@
{"root":["./src/main.tsx","./src/routeTree.gen.ts","./src/vite-env.d.ts","./src/routes/__root.tsx","./src/routes/about.lazy.tsx","./src/routes/index.lazy.tsx"],"version":"5.6.2"}
{"root":["./src/main.tsx","./src/routeTree.gen.ts","./src/vite-env.d.ts","./src/components/Layout.tsx","./src/components/Navigation.tsx","./src/components/NavigationMobile.tsx","./src/routes/__root.tsx","./src/routes/about.lazy.tsx","./src/routes/index.lazy.tsx"],"version":"5.6.2"}

BIN
bun.lockb

Binary file not shown.