forked from jsnbuchanan/crowd-funder-for-time-pwa
fix name of class to match the file name (and avoid clash with existing class)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user