Skip to content

Commit

Permalink
Fix missing iconify icons removed by eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick11514 committed Sep 27, 2024
1 parent 4216b48 commit 4e11078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ import * as Diff2Html from 'diff2html';
import 'diff2html/bundles/css/diff2html.min.css';
window.Diff2Html = Diff2Html;


// Import iconify icons used in UI, don't remove this line
import "@iconify/iconify";
import * as AnsiUp from 'ansi_up';
import App from './App.svelte';
import ColorTheme from "./ColorTheme.svelte";
Expand Down

0 comments on commit 4e11078

Please sign in to comment.