import React, { useState, useEffect } from 'react' import { Box, Label, Input, Select } from 'theme-ui' import DataInput from './DataInput' const LocationPage = () => { return (
Location
) } export default LocationPage