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