2021-10-17 03:35:13 +02:00
|
|
|
import FeaturedMessage from "./UI/BigComponents/FeaturedMessage";
|
|
|
|
import Combine from "./UI/Base/Combine";
|
2021-10-02 15:16:41 +02:00
|
|
|
|
2021-10-17 03:35:13 +02:00
|
|
|
new FeaturedMessage().AttachTo("maindiv")
|
|
|
|
new Combine(FeaturedMessage.WelcomeMessages().map(wm => FeaturedMessage.CreateFeaturedBox(wm))).AttachTo("extradiv")
|