- 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
146 B
TypeScript
5 lines
146 B
TypeScript
import { MaterialsScreen } from '../../../../../src/screens/material';
|
|
|
|
export default function MaterialsRoute() {
|
|
return <MaterialsScreen />;
|
|
} |