frontend: remove WIP for deno

This commit is contained in:
Ruben Fiszel
2022-06-24 22:32:01 +02:00
parent bb946ed551
commit a50b8d4540

View File

@@ -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}