Skip to content

Commit

Permalink
Merge pull request #102 from sohosai/remove-unused-import
Browse files Browse the repository at this point in the history
不要なインポートを削除
  • Loading branch information
Ryoga-exe authored May 26, 2024
2 parents 0433d7b + 87c621d commit d4fb4b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ import TopLayout from "src/layouts/TopLayout.astro";
import Container from "src/components/Container.astro";
import Balloon from "src/components/Balloon.astro";
import sopotan4_r from "src/assets/sopotan4_reversed.png";
import { Image } from "astro:assets";
import sopotan1 from "src/assets/sopotan1.png";
import sopotan4 from "src/assets/sopotan4.png";
import sopotan7 from "src/assets/sopotan7.png";
import sopotan4_r from "src/assets/sopotan4_reversed.png";
import { DEFAULT_TIMEZONE } from "src/consts";
import { getCollection } from "astro:content";
Expand Down

0 comments on commit d4fb4b1

Please sign in to comment.