Skip to content

Commit

Permalink
build를 위한 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
goodchuck committed May 8, 2024
1 parent b66a36b commit 9b0df7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/_component/TypingContainer.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@ts-nocheck
"use client"

import { useEffect, useState } from "react";
Expand Down
1 change: 1 addition & 0 deletions src/app/_component/project/ProjectCard.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@ts-nocheck
"use client"
// import Image from "next/image"
import { Flex, Carousel, Divider, Button, Image } from "antd"
Expand Down

0 comments on commit 9b0df7b

Please sign in to comment.