feat(app): fix lint errors
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m1s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m1s
This commit is contained in:
parent
f0eca6885d
commit
d5034383b8
@ -1,5 +1,3 @@
|
|||||||
import { CircleUser } from 'lucide-react'
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
Button,
|
Button,
|
||||||
DropdownMenu,
|
DropdownMenu,
|
||||||
@ -25,7 +23,7 @@ export const Layout = ({ children }: { children: ReactNode | ReactNode[] }) => {
|
|||||||
<div className="flex flex-col">
|
<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">
|
<header className="flex h-14 items-center gap-4 border-b bg-muted/40 px-4 lg:h-[60px] lg:px-6">
|
||||||
<NavigationMobile />
|
<NavigationMobile />
|
||||||
<div className="w-full flex-1"></div>
|
{/* <div className="w-full flex-1"></div> */}
|
||||||
<DropdownMenu>
|
<DropdownMenu>
|
||||||
<DropdownMenuTrigger asChild>
|
<DropdownMenuTrigger asChild>
|
||||||
<Button
|
<Button
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
import { ThemeToggle } from '@boring.tools/ui'
|
import { SignIn, SignedIn, SignedOut } from '@clerk/clerk-react'
|
||||||
import { SignIn, SignedIn, SignedOut, UserButton } from '@clerk/clerk-react'
|
import { Outlet, createRootRoute } from '@tanstack/react-router'
|
||||||
import { Link, Outlet, createRootRoute } from '@tanstack/react-router'
|
|
||||||
import { TanStackRouterDevtools } from '@tanstack/router-devtools'
|
import { TanStackRouterDevtools } from '@tanstack/router-devtools'
|
||||||
import { Layout } from '../components/Layout'
|
import { Layout } from '../components/Layout'
|
||||||
|
|
||||||
|
@ -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"}
|
Loading…
Reference in New Issue
Block a user