Surya1231 / ContestMania

A platform for tracking your competitive progress on various competitive coding websites.
https://contestmania.web.app
39 stars 8 forks source link

Wrong Import Statement That results in crashing. #10

Closed Mrhb787 closed 2 years ago

Mrhb787 commented 2 years ago

In ./src/store/reducers/ProblemsReducer.js

Current

import { problemsCategories } from '../../api/data/problemsData';

Error

Screenshot 2022-02-03 195900

Correct Import

import { problemsCategories } from '../../api/data/ProblemsData';
Surya1231 commented 2 years ago

Can you create pull request to address this problems?

Mrhb787 commented 2 years ago

@Surya1231 I have send the PR please Review.

Surya1231 commented 2 years ago

I will take a look at it today and will merge and deploy