File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import { SearchInput } from "../../components/Search/SearchInput" ;
2- import AddLinkInput from "../../components/Link/AddLinkInput" ;
32import Container from "@/components/Layout/Container" ;
4- import FolderTag from "../../components/FolderTag" ;
53import CardsLayout from "@/components/Layout/CardsLayout" ;
6- import CardItem from "@/components/CardItem" ;
4+ import AddLinkInput from "../../components/Link/AddLinkInput" ;
5+ import FolderTag from "../../components/FolderTag" ;
6+ import LinkCard from "../../components/LinkCard" ;
77import Image from "next/image" ;
88
99const LinkPage = ( ) => {
@@ -55,7 +55,7 @@ const LinkPage = () => {
5555 </ div >
5656 < CardsLayout >
5757 { list . map ( ( link ) => (
58- < CardItem key = { link . id } info = { link } />
58+ < LinkCard key = { link . id } info = { link } />
5959 ) ) }
6060 </ CardsLayout >
6161 </ Container >
You can’t perform that action at this time.
0 commit comments