Thomas G. Lopes
IndexedDb & Structured output (#82)
1778c9e unverified
raw
history blame
173 Bytes
import * as curl from "./curl.svelte.js";
import * as python from "./python.svelte.js";
import * as js from "./js.svelte.js";
export const snippets = { curl, python, js };