Skip to content

Commit

Permalink
fix: broken imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire committed Jul 6, 2024
1 parent b9f405a commit 9b195e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion modules/stdlib/lib/components/ChipFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* along with bespoke/modules/stdlib. If not, see <https://www.gnu.org/licenses/>.
*/

import { _ } from "/modules/official/stdlib/deps.ts";
import { React } from "../../src/expose/React.ts";
import { UI } from "../../src/webpack/ComponentLibrary.ts";
import { ScrollableContainer } from "../../src/webpack/ReactComponents.ts";
Expand Down
2 changes: 1 addition & 1 deletion modules/stdlib/lib/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import { React } from "../../src/expose/React.ts";
import { _ } from "/modules/official/stdlib/deps.ts";
import { _ } from "../../deps.ts";
import Dropdown, { type DropdownOptions } from "./Dropdown.tsx";
import { ChipFilter } from "./ChipFilter.tsx";
import { FilterContext } from "../../src/webpack/FilterContext.ts";
Expand Down

0 comments on commit 9b195e8

Please sign in to comment.