change h5 to web
This commit is contained in:
4
doric-web/index.ts
Normal file
4
doric-web/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { DoricElement } from './src/DoricElement'
|
||||
import { NavigationElement } from './src/navigate/NavigationElement'
|
||||
window.customElements.define('doric-div', DoricElement);
|
||||
window.customElements.define('doric-navigation', NavigationElement);
|
||||
Reference in New Issue
Block a user