import NoobStyle from './noob';
import Light from './light';
import Dark from './dark';
const noobStyle = new NoobStyle();
const light = new Light();
const dark = new Dark();
export { noobStyle, light, dark };