Reformat all files with prettier
This commit is contained in:
parent
e22d189376
commit
b541d3eab4
382 changed files with 50893 additions and 35566 deletions
|
@ -1,6 +1,5 @@
|
|||
import {FixedUiElement} from "./UI/Base/FixedUiElement";
|
||||
import Combine from "./UI/Base/Combine";
|
||||
import BackToIndex from "./UI/BigComponents/BackToIndex";
|
||||
import { FixedUiElement } from "./UI/Base/FixedUiElement"
|
||||
import Combine from "./UI/Base/Combine"
|
||||
import BackToIndex from "./UI/BigComponents/BackToIndex"
|
||||
|
||||
new Combine([new FixedUiElement("This page is not found"),
|
||||
new BackToIndex()]).AttachTo("maindiv")
|
||||
new Combine([new FixedUiElement("This page is not found"), new BackToIndex()]).AttachTo("maindiv")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue