fix: 🐛 Fix Parcel build and imports

This commit is contained in:
ThatOneCalculator 2022-03-22 16:30:30 -07:00
parent 2b69f8a615
commit 2bc96946f5
2 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ head
meta(property='twitter:title' content='zer0bin')
meta(property='twitter:description' content='🖊 Just a place to paste')
meta(property='twitter:image' content='https://raw.githubusercontent.com/zer0bin-dev/.github/main/zer0bin.png')
script(defer='' type='module' src='index.ts')
script(defer='' type='module' src='icons.ts')
script(defer='' type='module' src='src/index.ts')
script(defer='' type='module' src='src/icons.ts')
ul.noselect#messages
.button-wrapper.noselect(style='position: fixed')