From c58c7f567cf3adadb2e13506200e28d382baa06f Mon Sep 17 00:00:00 2001 From: pung8146 Date: Thu, 20 Mar 2025 12:05:24 +0900 Subject: [PATCH] chore: comment out @import in CommentSection.css to avoid build errors --- .vscode/settings.json | 1 + src/components/CommentSectionComponent/CommentSection.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/src/components/CommentSectionComponent/CommentSection.css b/src/components/CommentSectionComponent/CommentSection.css index e7e43aa..e7f7528 100644 --- a/src/components/CommentSectionComponent/CommentSection.css +++ b/src/components/CommentSectionComponent/CommentSection.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap'); +/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap'); */ .overlay { display: flex;