Skip to content

Commit

Permalink
Refactor file structure and update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawa01 committed May 4, 2024
1 parent 6baae36 commit 4c9ae6f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/main/MainScroll.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import Profile from "./About.astro";
import Profile from "../section/About.astro";
import Skill from "../skill/Skill.astro";
---
<div class="scroll">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/components/skill/Skill.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import Section from "../main/Section.astro";
import Card from "./Card.astro";
import Section from "../section/Section.astro";
import Card from "../section/Card.astro";
import SkillCard from "./SkillCard.astro";
class Month {
constructor(
Expand Down
2 changes: 1 addition & 1 deletion src/components/skill/SkillCard.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import Card from "./Card.astro";
import Card from "../section/Card.astro";
interface Props {
desc: string
usingPeriod: string
Expand Down

0 comments on commit 4c9ae6f

Please # to comment.