Skip to content

Commit

Permalink
fix: lint issue in website
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Sep 25, 2023
1 parent 3f1afb2 commit 7837640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iconoir.com/components/Typography.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import styled, { css } from 'styled-components';
import styled from 'styled-components';
import { showNotification } from '../lib/showNotification';
import { CopyButton } from './Button';
import { media } from '../lib/responsive';
Expand Down

0 comments on commit 7837640

Please sign in to comment.