Skip to content

Commit

Permalink
Refactor: pokemondex에 use client 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
DICEPT committed Jul 19, 2024
1 parent 5e89787 commit 36202b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/dex/PokemonDex.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import styles from './PokemonDex.module.scss';
import PokemonDexElement from './PokemonDexElement';
import Inner from '../Inner';
Expand Down

0 comments on commit 36202b4

Please sign in to comment.