removed example files

This commit is contained in:
Daniel 2018-07-01 21:31:55 -04:00
parent 76fa407aa6
commit e03df320a5
2 changed files with 0 additions and 18 deletions

View File

@ -1,9 +0,0 @@
import style from './style';
const s = Object.create(style);
s.pageLinkContainer = {
margin: '1vh 0',
};
export default s;

View File

@ -1,9 +0,0 @@
import style from './style';
const s = Object.create(style);
s.lineContainer = {
margin: '3vh 0',
};
export default s;