create project list screen

This commit is contained in:
Takeshi Kimata
2024-02-04 00:12:06 +09:00
parent 1eba1b190a
commit 182f021b39
22 changed files with 1635 additions and 154 deletions

View File

@@ -1,5 +1,4 @@
import { Link } from "@nextui-org/link";
import { button as buttonStyles } from "@nextui-org/theme";
import { Link, button as buttonStyles } from "@nextui-org/react";
import { siteConfig } from "@/config/site";
import { title, subtitle } from "@/components/primitives";
import { GithubIcon } from "@/components/icons";