more project restructuring
This commit is contained in:
parent
1e61d09237
commit
dc3cd6f70d
|
@ -1,4 +1,4 @@
|
||||||
import Registery from './pages/registery.js';
|
import Registery from './js/registery.js';
|
||||||
|
|
||||||
// globally register all pages
|
// globally register all pages
|
||||||
Registery();
|
Registery();
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import {register, mount} from 'riot';
|
import {register, mount} from 'riot';
|
||||||
import HelloRiot from './hello-riot/hello-riot.riot';
|
import HelloRiot from '../pages/hello-riot/hello-riot.riot';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Add Global Pages to registry
|
Add Global Pages to registry
|
Loading…
Reference in New Issue