Badri Sunderarajan
38b1aff162
It seems there were a few stray tabs that used to be there earlier but since we're now using spaces, we've got rid of all the tabs permanently.
13 lines
No EOL
175 B
TypeScript
13 lines
No EOL
175 B
TypeScript
import App from './App.svelte';
|
|
|
|
const app = new App({
|
|
target: document.body,
|
|
props: {
|
|
name: '',
|
|
email: '',
|
|
slug: '',
|
|
bio: '',
|
|
}
|
|
});
|
|
|
|
export default app; |