mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-08-24 09:34:36 -05:00
removed example files
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import style from './style';
|
||||
|
||||
const s = Object.create(style);
|
||||
|
||||
s.pageLinkContainer = {
|
||||
margin: '1vh 0',
|
||||
};
|
||||
|
||||
export default s;
|
||||
@@ -1,9 +0,0 @@
|
||||
import style from './style';
|
||||
|
||||
const s = Object.create(style);
|
||||
|
||||
s.lineContainer = {
|
||||
margin: '3vh 0',
|
||||
};
|
||||
|
||||
export default s;
|
||||
Reference in New Issue
Block a user