Skip to content

Commit b6171b7

Browse files
committed
fix: 린트 에러 수정
1 parent 5d7ffa4 commit b6171b7

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/assets/svg/IcTomorrow.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import * as React from 'react';
21
import type { SVGProps } from 'react';
32
const SvgIcTomorrow = (props: SVGProps<SVGSVGElement>) => (
43
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" {...props}>

src/assets/svg/IcYesterday.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import * as React from 'react';
21
import type { SVGProps } from 'react';
32
const SvgIcYesterday = (props: SVGProps<SVGSVGElement>) => (
43
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" {...props}>

src/page/mandal/Mandal.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import Mandalart from '@/common/component/Mandalart/Mandalart';
21
import * as styles from './Mandal.css';
32
import Toggle from './component/Toggle/Toggle';
43

4+
import Mandalart from '@/common/component/Mandalart/Mandalart';
5+
56
const Mandal = () => {
67
return (
78
<div className={styles.viewContainer}>

0 commit comments

Comments
 (0)