forked from MapComplete/MapComplete
11 lines
278 B
TypeScript
11 lines
278 B
TypeScript
import Combine from "../Base/Combine"
|
|
import Translations from "../i18n/Translations"
|
|
import { FixedUiElement } from "../Base/FixedUiElement"
|
|
|
|
export default class IndexText extends Combine {
|
|
constructor() {
|
|
super([])
|
|
|
|
this.SetClass("flex flex-row")
|
|
}
|
|
}
|