Skip to content

Commit

Permalink
Clean up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Aug 26, 2024
1 parent e7d2019 commit 0f2d077
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/components/src/navigator/test/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ import { useState } from '@wordpress/element';
*/
import Button from '../../button';
import { Navigator, useNavigator } from '..';
import {
// NavigatorProvider,
// NavigatorScreen,
// NavigatorButton,
// NavigatorBackButton,
NavigatorToParentButton,
} from '../legacy';
import { NavigatorToParentButton } from '../legacy';
import type { NavigateOptions } from '../types';

const INVALID_HTML_ATTRIBUTE = {
Expand Down

0 comments on commit 0f2d077

Please sign in to comment.