mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-07-01 20:17:18 +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';
|
|
}
|