Skip to content

Commit

Permalink
chore(ui): remove remixicon - WF-106
Browse files Browse the repository at this point in the history
  • Loading branch information
madeindjs committed Nov 25, 2024
1 parent 77c793e commit 2ad548b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"monaco-editor": "^0.47.0",
"plotly.js-dist-min": "^2.22.0",
"pretty-bytes": "^6.1.1",
"remixicon": "*",
"typescript": "^5.4.3",
"vega": "^5.22.1",
"vega-embed": "^6.22.1",
Expand Down
5 changes: 0 additions & 5 deletions src/ui/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ import "./fonts";
import injectionKeys from "./injectionKeys";
import { setCaptureTabsDirective } from "./directives.js";

/**
* RemixIcon by remixicon.com
*/
import "remixicon/fonts/remixicon.css";

const wf = generateCore();

globalThis.vue = vue;
Expand Down
1 change: 0 additions & 1 deletion src/ui/tools/generator_storybook.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ import type { Meta, StoryObj } from "@storybook/vue3";
import { provide, ref, computed } from "vue";
import ${component.nameTrim} from "${relPath(filePath, component.fileRef)}";
import injectionKeys from "${srcPath("injectionKeys")}";
import "remixicon/fonts/remixicon.css";
import { generateCore } from "${srcPath("stories", "fakeCore")}";`;
}

Expand Down

0 comments on commit 2ad548b

Please sign in to comment.