🔧 Update tsconfig.json and fix errors (#1859)
This commit is contained in:
@@ -26,7 +26,7 @@ const UserMenu = () => {
|
||||
</MenuTrigger>
|
||||
|
||||
<MenuContent>
|
||||
<Link to="settings">
|
||||
<Link to="/settings">
|
||||
<MenuItem
|
||||
closeOnSelect
|
||||
value="user-settings"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"use client"
|
||||
|
||||
import { ChakraProvider } from "@chakra-ui/react"
|
||||
import React, { type PropsWithChildren } from "react"
|
||||
import { type PropsWithChildren } from "react"
|
||||
import { system } from "../../theme"
|
||||
import { ColorModeProvider } from "./color-mode"
|
||||
import { Toaster } from "./toaster"
|
||||
|
||||
Reference in New Issue
Block a user