+
{text ||

}
)
},
}]
-const storiesContainerCSS = {
- display: 'flex',
- justifyContent: 'center',
- backgroundColor: 'rgb(17, 17, 17)'
+const styles = {
+ container: {
+ display: 'flex',
+ justifyContent: 'center',
+ backgroundColor: 'rgb(17, 17, 17)',
+ } as CSSProperties,
+ center: {
+ margin: 'auto'
+ } as CSSProperties,
}
function HomePage() {
@@ -69,7 +74,7 @@ function HomePage() {
return (<>
-