remove sideeffect free

This commit is contained in:
2022-05-31 15:48:14 +02:00
parent e008f4aaf0
commit 0061331ad5
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import 'bulma/css/bulma.css'
import { showAvailableLists, generate } from '../'
import { generate, showAvailableLists } from '../'
const input = window.document.getElementById('format') as HTMLInputElement
const output = window.document.getElementById('username') as HTMLInputElement