more project restructuring

This commit is contained in:
Geoff Doty 2022-07-28 18:46:48 -04:00
parent 1e61d09237
commit dc3cd6f70d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import Registery from './pages/registery.js';
import Registery from './js/registery.js';
// globally register all pages
Registery();

View File

@ -1,5 +1,5 @@
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