mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-17 06:19:16 +00:00
add prettier import plugin
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { LitElement, html, css } from "lit";
|
||||
import { customElement, property, state } from "lit/decorators.js";
|
||||
import { LitElement, css, html } from "lit";
|
||||
import { customElement, state } from "lit/decorators.js";
|
||||
import Countries from "./data/countries.json";
|
||||
import { ModalOverlay } from "./components/ModalOverlay";
|
||||
const flagKey: string = "flag";
|
||||
|
||||
@customElement("flag-input")
|
||||
|
||||
Reference in New Issue
Block a user