import React from 'react'; import { Container, Header, Image } from 'semantic-ui-react'; import { staticUrl } from './utils.js'; export function Garden(props) { return (
Protogarden
); };