Dependencies updated & small enhancements (#27)
* Dependencies updated and imports shortened * Head tags refactored * Final tweaks
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import faker from "faker";
|
||||
import langReducer, { Actions, initialState } from "../../utils/reducer";
|
||||
import langReducer, { Actions, initialState } from "@utils/reducer";
|
||||
|
||||
it("changes a field value", () => {
|
||||
const query = faker.random.words();
|
||||
|
||||
Reference in New Issue
Block a user