6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
import { InProcess } from "@/components/pages/InProcess";
|
|
|
|
export default function AboutPage() {
|
|
return <InProcess />;
|
|
}
|