- Introduced href functions for accessing materials, including hrefMaterials, hrefMaterialSubject, and hrefMaterialDetail. - Updated AppsScreen to include a new entry for materials, enhancing the app's educational resources section. - Exported material types in index.ts to support the new materials functionality.
5 lines
161 B
TypeScript
5 lines
161 B
TypeScript
import { MaterialDetailScreen } from '../../../../../src/screens/material';
|
|
|
|
export default function MaterialDetailRoute() {
|
|
return <MaterialDetailScreen />;
|
|
} |