add missing import

This commit is contained in:
Kamila 2024-07-24 12:25:36 +02:00
parent 5215ed3db0
commit 94c13dc8d3

View File

@ -30,7 +30,7 @@
</template>
<script setup>
import CONFIG from '../config'
import { BTr } from 'bootstrap-vue-next'
import { BTr, BCol } from 'bootstrap-vue-next'
const year = new Date().getFullYear()
const version = CONFIG.APP_VERSION