Start
This commit is contained in:
5
ts/admin/widgets/rhpz-url/index.ts
Normal file
5
ts/admin/widgets/rhpz-url/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { RhpzUrl } from "./class-rhpz-url";
|
||||
|
||||
document.addEventListener( 'DOMContentLoaded', () => {
|
||||
new RhpzUrl( '#Create-A-RHPZ-Url-Form' );
|
||||
})
|
||||
Reference in New Issue
Block a user