Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
chloerice committed Aug 27, 2024
1 parent 2c3fdea commit f88d5fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, {useId, useState} from 'react';
import {SearchIcon, ReturnIcon} from '@shopify/polaris-icons';

import {Box} from '../../../Box';
import {Icon} from '../../../Icon';
import {TextField} from '../../../TextField';
import {useBreakpoints} from '../../../../utilities/breakpoints';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, {useId, useState} from 'react';
import {SearchIcon, ReturnIcon} from '@shopify/polaris-icons';

import {Box} from '../../../Box';
import {Icon} from '../../../Icon';
import {TextField} from '../../../TextField';
import {useBreakpoints} from '../../../../utilities/breakpoints';
Expand Down

0 comments on commit f88d5fe

Please sign in to comment.