wag-frontend-playground/src/app/dashboard/button.tsx

11 lines
179 B
TypeScript

"use client";
import React from "react";
import retrievePage from "@/NavigatePages/index";
function PageButton() {
return <div>PageButton</div>;
}
export default PageButton;