mirror of
https://github.com/ae-utbm/sith.git
synced 2025-05-07 10:04:06 +00:00
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
import { polyfillCountryFlagEmojis } from "country-flag-emoji-polyfill";
|
|
|
|
window.addEventListener("DOMContentLoaded", () => {
|
|
polyfillCountryFlagEmojis();
|
|
});
|