mirror of https://github.com/sveltejs/svelte
parent
ad78bcdb74
commit
6c715f417f
@ -1,7 +1,4 @@
|
||||
/** @returns {import('#client').Block} */
|
||||
export function create_block() {
|
||||
return {
|
||||
// dom
|
||||
d: null
|
||||
};
|
||||
return {};
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue