fix name of class to match the file name (and avoid clash with existing class)

This commit is contained in:
2023-11-03 13:23:11 -06:00
parent 327c655fb3
commit 8e60f53f0b

View File

@@ -46,7 +46,7 @@ import { MASTER_SETTINGS_KEY } from "@/db/tables/settings";
import QuickNav from "@/components/QuickNav.vue";
@Component({ components: { QuickNav } })
export default class AccountViewView extends Vue {
export default class NewIdentifierView extends Vue {
loading = true;
async mounted() {