This is only here to annoy Jumper. Hi Jumper!
Jokes aside. This is a wrapper that saves you some time by abstracting the flex or grid shenanigans into a component. You can use it like this:
flex
grid
Hi Jumper!
1---2import { Center } from '@studiocms/ui/components';3---4 5<Center>6 Hi Jumper!7</Center>