sup39
3fa416388d
- Make PatternSelector shorter and make its appearance customizable (v0.3) - Render CustomizedDisplay later than water/juice (v0.3)
11 lines
304 B
JavaScript
11 lines
304 B
JavaScript
import InstantRestart from './InstantRestart/config.vue';
|
|
import CustomizedDisplay from './CustomizedDisplay/config.vue';
|
|
import PatternSelector from './PatternSelector/config.vue';
|
|
import qft from './qft/config.vue';
|
|
|
|
export default {
|
|
InstantRestart,
|
|
CustomizedDisplay,
|
|
PatternSelector,
|
|
qft,
|
|
};
|