mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 05:09:13 +08:00
4 lines
101 B
Text
4 lines
101 B
Text
import Node from './shared/Node';
|
|
export default class Options extends Node {
|
|
type: 'Options';
|
|
}
|