Sfoglia il codice sorgente

refactor: updated AddAccount page to be like EditAccount page

Kristian Vos 5 anni fa
parent
commit
9f671d3d9f
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6 1
      frontend/vue/pages/AddAccount.vue

+ 6 - 1
frontend/vue/pages/AddAccount.vue

@@ -1,5 +1,10 @@
 <template>
-	<account-form :onSubmit="onSubmit"/>
+	<main>
+		<h1>Add account</h1>
+		<hr/>
+		<br/>
+		<account-form :onSubmit="onSubmit"/>
+	</main>
 </template>
 
 <script>