import { Container } from "@/components/Container";
import React from "react";

export default function HeirHelp() {
	return <Container>Heir Help</Container>;
}
