mirror of https://github.com/sveltejs/svelte
18 lines
396 B
18 lines
396 B
4 years ago
|
/* generated by Svelte vX.Y.Z */
|
||
|
import { SvelteComponent, init, safe_not_equal } from "svelte/internal";
|
||
|
|
||
|
import './d';
|
||
|
import './e';
|
||
|
import './f';
|
||
|
export { d as e } from './c';
|
||
|
export { c } from './b';
|
||
|
export { a, b } from './a';
|
||
|
|
||
|
class Component extends SvelteComponent {
|
||
|
constructor(options) {
|
||
|
super();
|
||
|
init(this, options, null, null, safe_not_equal, {});
|
||
|
}
|
||
|
}
|
||
|
|
||
|
export default Component;
|