9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
|
import App from './admin_abuse_reports/AbuseReports.svelte';
|
||
|
|
||
|
const app = new App({
|
||
|
target: document.getElementById("page_content"),
|
||
|
props: {}
|
||
|
});
|
||
|
|
||
|
export default app;
|