mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 08:24:55 +00:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
import Entry from "@/components/pages/main/Entry";
|
|
|
|
export default function Screen() {
|
|
return <Entry />;
|
|
}
|