boolean-uk / team-dev-frontend-client

1 stars 11 forks source link

Issue with wrong path in App.js import #166

Closed lucianosimoni closed 1 year ago

lucianosimoni commented 1 year ago

Path is:

import CohortsPageTeachers from './components/Cohorts/CohortsPage/CohortsPageTeacher'

Should be:

import CohortsPageTeachers from './components/cohorts/CohortsPage/CohortsPageTeacher'

Lowercase C

Image

Auenc commented 1 year ago

Looks good to me!