import * as web from "./web";
import * as bootstrap from "./bootstrap";
import * as material from "./material";
import * as tailwind from "./tailwind";

export {
    web,
    bootstrap,
    material,
    tailwind,
}