1 2 3 4 5 6
export const center = () => { return { template: '<div style="height: 100vh; display: flex; align-items: center; justify-content: center"><story/></div>' } }