mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-30 00:49:53 +03:00
feat(riot-v5): create the skeleton for riot5
This commit is contained in:
parent
307e171ede
commit
cde932ec17
7 changed files with 125 additions and 25 deletions
10
src/index.js
Normal file
10
src/index.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
import { component } from 'riot';
|
||||
|
||||
import DockerRegistryUI from './components/docker-registry-ui.riot';
|
||||
|
||||
import './style.css';
|
||||
import './roboto.css';
|
||||
import './material-icons.css';
|
||||
|
||||
|
||||
component(DockerRegistryUI)(document.getElementsByTagName('body').item(0))
|
Loading…
Add table
Add a link
Reference in a new issue