docs(palimpsest): add initial set-up

Supports #100
This commit is contained in:
Eric Liu 2020-01-04 09:25:05 -08:00
commit 925bfba548
11 changed files with 7242 additions and 0 deletions

6
palimpsest/src/index.js Normal file
View file

@ -0,0 +1,6 @@
import './style.scss';
import App from './App.svelte';
const app = new App({ target: document.body });
export default app;