frontend: remove WIP for deno

This commit is contained in:
Ruben Fiszel
2022-06-24 22:32:01 +02:00
parent d6c3549551
commit 9475652794
@@ -215,7 +215,7 @@ export async function main(x: string, y: string = 'default arg') {
small={true}
options={[
['Python 3.10', 'python3'],
['Typescript (Deno) WIP', 'deno']
['Typescript (Deno)', 'deno']
]}
on:change={(e) => initContent(e.detail)}
bind:value={script.language}