mirror of https://github.com/sveltejs/svelte
parent
6d8c03f409
commit
43a6ce87e6
@ -1,5 +1,5 @@
|
||||
import Node from './shared/Node';
|
||||
|
||||
export default class Comment extends Node {
|
||||
type: 'Comment'
|
||||
type: 'Comment';
|
||||
}
|
Loading…
Reference in new issue