mirror of https://github.com/sveltejs/svelte
6 lines
86 B
6 lines
86 B
8 years ago
|
import * as assert from 'assert';
|
||
|
|
||
|
export default {
|
||
|
html: '<h1>Hello world!</h1>'
|
||
|
};
|