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