Initial commit to github
This commit is contained in:
12
static/js/admin.js
Normal file
12
static/js/admin.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Admin JS
|
||||
*/
|
||||
import { registerButtonComponent } from './components/button.js';
|
||||
|
||||
const app = () => {
|
||||
registerButtonComponent();
|
||||
}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', app);
|
||||
|
||||
console.log(`admin.js loaded.`);
|
||||
Reference in New Issue
Block a user