import Header from "@components/header" import { Note, Page, Text } from "@geist-ui/core" import styles from "@styles/Home.module.css" const Expired = () => { return ( Error: The Drift you're trying to view has expired. ) } export default Expired