Skip to content

Commit

Permalink
Update imports in Taglist component
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsoft committed Dec 12, 2023
1 parent f28e8dc commit 0543adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Taglist.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { Component, MIcon } from "webgen/src/webgen.ts";
import { Color } from "../Color.ts";
import { Component } from "../Component.ts";
import { createElement } from "../Components.ts";
import { Pointable, Pointer, State } from "../State.ts";
import { MIcon } from "../icons/MaterialIcons.ts";
import { ButtonStyle } from "../types.ts";
import { Button } from "./Button.ts";
import { IconButton } from "./IconButton.ts";
Expand Down

0 comments on commit 0543adb

Please sign in to comment.