import React from 'react' import { Link } from 'react-router-dom' export const ComingSoonPage = () => { return ( <>
Coming Soon!

We're currently working on this feature and will have it ready shortly. Thank you for your patience!

girl-doing-yoga-light
) }