weblate/client/src/bootstrap5.js
KarenKonou 4c4be11785
chore: use webpack to manage bootstrap5 dependency (#15726)
* chore: use webpack to manage bootstrap5 dependency
* chore(js): update vendored libraries
2025-08-06 11:34:28 +00:00

8 lines
215 B
JavaScript
Vendored

// Copyright © Michal Čihař <michal@weblate.org>
//
// SPDX-License-Identifier: GPL-3.0-or-later
import "bootstrap/dist/css/bootstrap.css";
import * as bootstrap from "bootstrap";
window.bootstrap = bootstrap;