diff --git a/index.android.js b/index.android.js index 2293c80..49782e9 100644 --- a/index.android.js +++ b/index.android.js @@ -4,28 +4,13 @@ import { View } from 'react-native'; -import Lesson from './src/components/Lesson'; -import Categories from './src/components/Categories'; -import LessonCategories from './src/components/LessonCategories'; -import AnatomyCard from './src/components/AnatomyCard'; import Router from './src/Router'; export default class meme extends Component { render() { return ( - {/* - */ - } - - + ); } diff --git a/src/components/LessonCategories.js b/src/components/LessonCategories.js index de9a113..6de2c88 100644 --- a/src/components/LessonCategories.js +++ b/src/components/LessonCategories.js @@ -7,7 +7,7 @@ const LessonCategories = () => { const { categoriesContainerStyle, categoriesListStyle } = styles; const onLessonSelected = (selectedLesson) => { - switch(selectedLesson){ + switch (selectedLesson) { case 'IMA LI MLIJEKA?': Actions.lesson({ lessonHeaderText: 'IMA LI MLIJEKA?',