"use client";

import { Text } from "@/components/atoms/Text/Text";

export default function SettingsOAuthAppsPage() {
  return (
    <>
      <Text variant="h4" className="text-[#1F1F20]">
        OAuth Apps
      </Text>
      <Text variant="large" className="mt-2 text-zinc-600">
        Coming soon.
      </Text>
    </>
  );
}
