mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
9 lines
178 B
TypeScript
9 lines
178 B
TypeScript
import SettingsPage from "@/components/pages/settings/SettingsPage";
|
|
import React from "react";
|
|
|
|
export default function Screen() {
|
|
return (
|
|
<SettingsPage/>
|
|
);
|
|
}
|