Skip to content

Commit

Permalink
fix(Nav): remove prop-types-extra import from build (#6854)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang authored Nov 15, 2024
1 parent 03d5d19 commit ab81d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nav.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import classNames from 'classnames';
import PropTypes from 'prop-types';

import all from 'prop-types-extra/lib/all';
import { all } from 'prop-types-extra';
import * as React from 'react';
import { useContext } from 'react';
import { useUncontrolled } from 'uncontrollable';
Expand Down

0 comments on commit ab81d6b

Please sign in to comment.