Remove "framework"
This commit is contained in:
parent
b45bdb18a0
commit
dc86d30eb2
72 changed files with 359 additions and 333 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { html } from '../../framework/model/misc';
|
||||
import cancel from '../../static/icons/cancel.svg';
|
||||
|
||||
import './image-viewer.scss';
|
||||
import { html } from '../../types/html';
|
||||
|
||||
export const generate = (): html => `
|
||||
<section id="image-viewer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue