Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Dec 6, 2023
1 parent 6d52b5f commit fb55b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/html/component/undo-redo/undo-redo.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { html, css, unsafeCSS, LitElement, type TemplateResult } from 'lit'
import { customElement, property, state } from 'lit/decorators.js'
import { customElement, state } from 'lit/decorators.js'
import style_less from './undo-redo.less?inline'
import { faArrowLeft, faArrowRight } from '@fortawesome/free-solid-svg-icons'
import { findIconDefinition, icon, library } from '@fortawesome/fontawesome-svg-core'
Expand Down
2 changes: 1 addition & 1 deletion src/html/sketch-editor.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<extends src="window.html">
<block name="window">
<script type="module" src="./component/root-component/root-component.ts"></script>
<root-component></root-component>
<root-component></root-component>
</block>
</extends>

0 comments on commit fb55b99

Please sign in to comment.