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