import Container from "../../components/Container"; const Test = () => { return This will be the test page; }; export default Test;