mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
renamed polyfill-index.ts to country-flags-index.ts
This commit is contained in:
5
core/static/bundled/country-flags-index.ts
Normal file
5
core/static/bundled/country-flags-index.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { polyfillCountryFlagEmojis } from "country-flag-emoji-polyfill";
|
||||
|
||||
window.addEventListener("DOMContentLoaded", () => {
|
||||
polyfillCountryFlagEmojis();
|
||||
});
|
Reference in New Issue
Block a user