Réorganisation des packages + renommage du projet en gitea-kan

This commit is contained in:
2019-11-28 12:13:01 +01:00
parent 18f2dbf592
commit 98f4288c8a
18 changed files with 21 additions and 29 deletions

View File

@ -6,5 +6,6 @@ import { setBase } from '@riotjs/route';
import { component } from 'riot';
import AppLoader from './components/app-loader.riot';
import './sass/_all.scss';
import './index.html';
component(AppLoader)(document.getElementById('gitea-apps'));
component(AppLoader)(document.getElementById('gitea-kan'));