mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 00:24:53 +00:00
9 lines
167 B
TypeScript
9 lines
167 B
TypeScript
import React from "react";
|
|
import SignUpPage from "@/components/pages/main/SignUpPage";
|
|
|
|
export default function Screen() {
|
|
return (
|
|
<SignUpPage/>
|
|
)
|
|
}
|