default view

temp changes to default view
- countdown setup
- prepare to create a separate preview window
This commit is contained in:
cv
2021-03-23 22:52:58 +01:00
parent 637f5913f8
commit b5a390a689
4 changed files with 72 additions and 25 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ export default function Editor() {
<Heading style={{ paddingBottom: '0.25em' }}>List Events</Heading>
<NumberedText number={3} text={'Preview layout'} />
<div className={styles.content}>
<PreviewContainer />
<PreviewContainer data={selectedData} />
</div>
</Box>
</SimpleGrid>