1
0
mirror of https://github.com/osmarks/meme-search-engine.git synced 2025-03-12 22:48:11 +00:00
2023-09-28 17:30:20 +01:00

5 lines
71 B
JavaScript

import App from "./App.svelte"
new App({
target: document.body,
})