Files
AthenaFE/app/(tabs)/data-protection/index.tsx
T
2025-11-02 10:08:56 +01:00

8 lines
162 B
TypeScript

import { Redirect } from "expo-router";
const DataProtection = () => {
return <Redirect href="/data-protection/general" />;
};
export default DataProtection;