Skip to content

Commit

Permalink
fix: 필요없는 아이콘 import 제거 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
ExceptAnyone authored Sep 20, 2024
1 parent a9663b6 commit ac7a5f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/assets/svg/IcOffline.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as React from 'react';
import type { SVGProps } from 'react';
const SvgIcOffline = (props: SVGProps<SVGSVGElement>) => (
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" {...props}>
Expand Down

0 comments on commit ac7a5f9

Please sign in to comment.