Skip to content

Commit

Permalink
fix: 코드 리패치
Browse files Browse the repository at this point in the history
  • Loading branch information
hayounSong committed Dec 14, 2024
1 parent c90949f commit bb8cabc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/coffeechat/Banner/CoffeeChatLottie.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import dynamic from 'next/dynamic';

const Lottie = dynamic(() => import('react-lottie'), { ssr: false });
import styled from '@emotion/styled';
import dynamic from 'next/dynamic';

import Responsive from '@/components/common/Responsive';
import { LoggingClick } from '@/components/eventLogger/components/LoggingClick';
import mobilePC from '@/public/lottie/coffee_MO.json';
import coffeePC from '@/public/lottie/coffee_PC.json';
import { PCTA_MID_MEDIA_QUERY } from '@/styles/mediaQuery';

const Lottie = dynamic(() => import('react-lottie'), { ssr: false });

function CoffeeChatLottie() {
const defaultDesktopOptions = {
loop: true,
Expand Down

0 comments on commit bb8cabc

Please sign in to comment.