From e72cc0f6710d3d49e86b8877929057ea8dcfc2cf Mon Sep 17 00:00:00 2001 From: boyvanov Date: Thu, 13 Oct 2022 13:47:07 +0300 Subject: [PATCH] fix(ott-2710): path fix --- src/utilits/mirage/Mirage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilits/mirage/Mirage.tsx b/src/utilits/mirage/Mirage.tsx index cdf556a1..41d8521f 100644 --- a/src/utilits/mirage/Mirage.tsx +++ b/src/utilits/mirage/Mirage.tsx @@ -6,7 +6,7 @@ import { import { ResponseType } from 'requests/getFavouriteTeam' -import { surveys } from './Fixtures/surveys' +import { surveys } from './fixtures/surveys' export function makeServer({ environment = 'test' } = {}) { const server = createServer({