Compare commits
No commits in common. "ddb058dce67133920af75f442c4e552466cda333" and "f8fb41e837658cafa0c150ed0265d8f65fca80cd" have entirely different histories.
ddb058dce6
...
f8fb41e837
@ -31,8 +31,7 @@
|
||||
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx src --fix --no-error-on-unmatched-pattern",
|
||||
"fix": "npm run format:write && npm run lint:fix",
|
||||
"storybook": "start-storybook -p 6006 -s public",
|
||||
"build-storybook": "build-storybook -s public",
|
||||
"chromatic": "npx chromatic --project-token=chpt_df2240e310a4eff"
|
||||
"build-storybook": "build-storybook -s public"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
@ -84,7 +83,6 @@
|
||||
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
||||
"@typescript-eslint/parser": "^5.56.0",
|
||||
"babel-plugin-named-exports-order": "^0.0.2",
|
||||
"chromatic": "^6.17.4",
|
||||
"eslint": "^8.36.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-prettier": "^8.7.0",
|
||||
@ -100,7 +98,5 @@
|
||||
"prop-types": "^15.8.1",
|
||||
"tsconfig-paths-webpack-plugin": "^4.0.1",
|
||||
"webpack": "^5.76.2"
|
||||
},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"_id": "pokertk@0.1.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { pokedexSlice } from 'features/Pokedex/pokedexSlice';
|
||||
import { pokeApi } from 'app/services/pokeApi';
|
||||
import { filterSlice } from 'features/Filters/filterSlice';
|
||||
import { filterSlice } from '../../features/Filters/filterSlice';
|
||||
import { configureStore } from '@reduxjs/toolkit';
|
||||
|
||||
import { AppStore } from 'app/store';
|
||||
|
Loading…
x
Reference in New Issue
Block a user