mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 01:39:30 +08:00
4 lines
106 B
Text
4 lines
106 B
Text
import Tag from './shared/Tag';
|
|
export default class MustacheTag extends Tag {
|
|
type: 'MustacheTag';
|
|
}
|