import * as G from '.../components';
<G.Grid spaced>
<G.Column size={6}>
<G.PaginationPrevious href="...">
...
</G.PaginationPrevious>
</G.Column>
<G.Column size={6}>
<G.PaginationNext href="..." disabled>
...
</G.PaginationNext>
</G.Column>
</G.Grid>