import { type FC } from "react"; import { CustomTypesTablePage as CustomTypesTablePageTemplate } from "@/features/customTypes/customTypesTable/CustomTypesTablePage"; const CustomTypesTablePage: FC = () => { return ; }; export default CustomTypesTablePage;