mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-04-26 17:17:00 -05:00
10 lines
124 B
JavaScript
10 lines
124 B
JavaScript
import style from './style';
|
|
|
|
const s = Object.create(style);
|
|
|
|
s.lineContainer = {
|
|
margin: '3vh 0',
|
|
};
|
|
|
|
export default s;
|