Skip to content

Commit

Permalink
remove unused shoelace format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Dec 12, 2024
1 parent 6c5cf88 commit f723ce2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/src/shoelace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ import(
import(
/* webpackChunkName: "shoelace" */ "@shoelace-style/shoelace/dist/components/divider/divider"
);
import(
/* webpackChunkName: "shoelace" */ "@shoelace-style/shoelace/dist/components/format-bytes/format-bytes"
);
import(
/* webpackChunkName: "shoelace" */ "@shoelace-style/shoelace/dist/components/format-date/format-date"
);
import(
/* webpackChunkName: "shoelace" */ "@shoelace-style/shoelace/dist/components/menu/menu"
);
Expand Down

0 comments on commit f723ce2

Please sign in to comment.