daphnis/app/(authenticated)/(admin)/admin/(admin components)/home/page.tsx

7 lines
140 B
TypeScript
Raw Normal View History

import UnlockUser from "./unlock";
2024-06-29 05:22:22 +00:00
const FileExtractionPage = async () => {
return <UnlockUser />;
2024-06-29 05:22:22 +00:00
};
export default FileExtractionPage;