Skip to content

Commit

Permalink
[#10] Refactor: 기존 코드 Eslint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
intersoom committed Aug 1, 2023
1 parent 3e5dc4b commit 40be0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/reusable/Card.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styled from 'styled-components';
import colors from '@/styles/colors';
import { Tag } from './Tag';
import Tag from './Tag';
import Spacing from './Spacing';

const Card = () => {
Expand Down

0 comments on commit 40be0ad

Please sign in to comment.