Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-cratebind committed Dec 23, 2021
1 parent 2b4c03f commit 470c615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
// import systemPropTypes from '@styled-system/prop-types';

import extraConfig from './utils';
import { PseudoBox, PseudoBoxProps } from '.';
import { PseudoBoxProps } from '.';

const customProps = system({
textDecoration: true,
Expand Down

0 comments on commit 470c615

Please sign in to comment.