AzuraCast/frontend/vue/pages/Account.js

6 lines
163 B
JavaScript

import Account from '~/components/Account';
import initApp from "~/layout";
import usePanelLayout from "~/layouts/PanelLayout";
initApp(usePanelLayout(Account));