Update ImportPage.vue

This commit is contained in:
Dragos
2022-11-08 18:48:25 +02:00
committed by GitHub
parent 7b2e304f8e
commit 3748badd8b

View File

@@ -1,6 +1,6 @@
<template>
<div>
<form>
<form style="display: grid; gap: 15rem">
<div>
<input ref="fileSelector" type="file" @change="fileChange" />
</div>