fix: [website] history import

main
David Cruciani 2024-02-20 14:10:32 +01:00
parent 02fb2da389
commit b6384698ef
No known key found for this signature in database
GPG Key ID: 8690CDE1E3994B9B
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
<script type="module">
const { createApp, ref, onMounted, nextTick, defineComponent} = Vue
import {message_list} from '/static/js/toaster.js'
import history_view from '/static/js/history_view.js'
import history_view from '/static/js/history/history_view.js'
createApp({
delimiters: ['[[', ']]'],
components: {