Trying to build Edumeet client:
yarn build
yarn run v1.22.19
$ tsc && vite build
src/store/store.tsx:35:25 - error TS2307: Cannot find module ‘./slices/webrtcSlice’ or its corresponding type declarations.
35 import webrtcSlice from ‘./slices/webrtcSlice’;
~~~~~~~~~~~~~~~~~~~~~~
why is webrtcSlice missing and how can I resolve this pleeease, anyone?