Skip to content

Commit

Permalink
Remove unused file to fix ESLint error
Browse files Browse the repository at this point in the history
  • Loading branch information
valtterikantanen committed Feb 26, 2024
1 parent f4f1ed6 commit c0a1cf9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
47 changes: 0 additions & 47 deletions services/frontend/src/redux/faculties.js

This file was deleted.

2 changes: 0 additions & 2 deletions services/frontend/src/redux/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { reducer as populations } from './populations'
import { curriculumsApi } from './populationCourses'
import { reducer as populationSelectedStudentCourses } from './populationSelectedStudentCourses'
import { reducer as populationProgrammes } from './populationProgrammes'
import { reducer as faculties } from './faculties'
import { reducer as students } from './students'
import { reducer as settings } from './settings'
import { reducer as courseSearch } from './coursesearch'
Expand All @@ -23,7 +22,6 @@ export const store = configureStore({
populations,
populationSelectedStudentCourses,
populationProgrammes,
faculties,
students,
settings,
courseSearch,
Expand Down

0 comments on commit c0a1cf9

Please sign in to comment.