Abuse report management UI

This commit is contained in:
2021-05-11 16:14:16 +02:00
parent c10749fcb1
commit 9be306a427
11 changed files with 455 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
import App from './admin_abuse_reports/AbuseReports.svelte';
const app = new App({
target: document.getElementById("page_content"),
props: {}
});
export default app;