Skip to content

Commit

Permalink
[Feature]LikeLion-at-DGU#27 - 애니메이션 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaem03 committed Oct 3, 2024
1 parent c75b8d2 commit a96c4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/performance/PerformancePage.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//공연페이지 - 이쪽에서 각자 만든거 합치면 될거같아요
import * as S from "./PerformancePage.styled";
import { useState } from "react";
import { PerformanceSlide } from "./performanceslide/PerformanceSlide";
import { PerformanceSlide } from "../../components/performanceP/performanceslide/PerformanceSlide";
import { TimeTable } from "@components/performanceP/timeTable/TimeTable";
import { StarDetail } from "@components/performanceP/StarDetail/StarDetail";
export const PerformancePage = () => {
Expand Down

0 comments on commit a96c4e5

Please sign in to comment.