Generated project
This commit is contained in:
10
frontend/views/admin/admin-view.ts
Normal file
10
frontend/views/admin/admin-view.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { html } from 'lit';
|
||||
import { customElement } from 'lit/decorators.js';
|
||||
import { View } from '../../views/view';
|
||||
|
||||
@customElement('admin-view')
|
||||
export class AdminView extends View {
|
||||
render() {
|
||||
return html`<div>Content placeholder</div>`;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user