import React from "react"; import {Card} from "../src/Components/Card"; /** * Navigation test component. */ export function NavTest() { return ( This is a navigation test. ) }