import { colors } from '@0xproject/react-shared'; import * as React from 'react'; export const Mission = () => { const isSmallScreen = false; return (
{!isSmallScreen && }
Our Mission
We believe a system can exist in which all world value is accessible to anyone, anywhere, regardless of where you happen to be born.
); }; const WorldImage = () => { const isSmallScreen = false; return (
); };