Skip to content

Instantly share code, notes, and snippets.

@lgandecki
Last active May 1, 2020 16:35
Show Gist options
  • Save lgandecki/6d16a93228cb025c5d6868fc868a16a5 to your computer and use it in GitHub Desktop.
Save lgandecki/6d16a93228cb025c5d6868fc868a16a5 to your computer and use it in GitHub Desktop.
import { Background } from "xolvio-ui/elements/Background";
import { Title } from "xolvio-ui/components/Title";
import { CenteredContentWrapper } from "xolvio-ui/helpers/CenteredContentWrapper";
export const Services = () => (
<CenteredContentWrapper>
<Background/>
<Title title="hello" subheading="world" />
</CenteredContentWrapper>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment