4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-15 21:56:36 +00:00
AzuraCast/frontend/vue/pages/Admin/Logs.js
2022-12-10 13:32:15 -06:00

6 lines
125 B
JavaScript

import initBase from '~/base.js';
import AdminLogs from '~/components/Admin/Logs.vue';
export default initBase(AdminLogs);