File tree 8 files changed +6178
-6862
lines changed
8 files changed +6178
-6862
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { siteConfig } from "@/config/site";
4
4
import { fontSans } from "@/config/fonts" ;
5
5
import { Providers } from "./providers" ;
6
6
import { Navbar } from "@/components/navbar" ;
7
- import { Link } from "@nextui-org/link " ;
7
+ import { Link } from "@nextui-org/react " ;
8
8
import clsx from "clsx" ;
9
9
10
10
Original file line number Diff line number Diff line change 1
1
"use client" ;
2
2
3
3
import { useState } from "react" ;
4
- import { Code } from "@nextui-org/code "
4
+ import { Code } from "@nextui-org/react "
5
5
import { title , subtitle } from "@/components/primitives" ;
6
6
import { useEffect } from "react" ;
7
7
import { Skeleton } from "@nextui-org/react" ;
Original file line number Diff line number Diff line change 1
1
"use client" ;
2
2
3
3
import * as React from "react" ;
4
- import { NextUIProvider } from "@nextui-org/system " ;
4
+ import { NextUIProvider } from "@nextui-org/react " ;
5
5
import { useRouter } from 'next/navigation'
6
6
import { ThemeProvider as NextThemesProvider } from "next-themes" ;
7
7
import { ThemeProviderProps } from "next-themes/dist/types" ;
Original file line number Diff line number Diff line change @@ -7,14 +7,11 @@ import {
7
7
NavbarBrand ,
8
8
NavbarItem ,
9
9
NavbarMenuItem ,
10
- } from "@nextui-org/navbar" ;
11
- import { Button } from "@nextui-org/button" ;
12
- import { Kbd } from "@nextui-org/kbd" ;
13
- import { Link } from "@nextui-org/link" ;
14
- import { Input } from "@nextui-org/input" ;
10
+ } from "@nextui-org/react" ;
11
+ import { Link } from "@nextui-org/react" ;
15
12
import { Avatar } from "@nextui-org/react" ;
16
13
17
- import { link as linkStyles } from "@nextui-org/theme " ;
14
+ import { link as linkStyles } from "@nextui-org/react " ;
18
15
19
16
import { siteConfig } from "@/config/site" ;
20
17
import NextLink from "next/link" ;
@@ -24,8 +21,6 @@ import { ThemeSwitch } from "@/components/theme-switch";
24
21
import {
25
22
TwitterIcon ,
26
23
GithubIcon ,
27
- HeartFilledIcon ,
28
- SearchIcon ,
29
24
} from "@/components/icons" ;
30
25
31
26
export const Navbar = ( ) => {
Original file line number Diff line number Diff line change 2
2
3
3
import { FC } from "react" ;
4
4
import { VisuallyHidden } from "@react-aria/visually-hidden" ;
5
- import { SwitchProps , useSwitch } from "@nextui-org/switch " ;
5
+ import { SwitchProps , useSwitch } from "@nextui-org/react " ;
6
6
import { useTheme } from "next-themes" ;
7
7
import { useIsSSR } from "@react-aria/ssr" ;
8
8
import clsx from "clsx" ;
You can’t perform that action at this time.
0 commit comments