feat: settings page
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import Vue from "vue"
|
||||
|
||||
Vue.filter("formatCountry", (countryCode) =>
|
||||
String.fromCodePoint(
|
||||
...[...countryCode.toUpperCase()].map((x) => 0x1f1a5 + x.charCodeAt())
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user