Format all files with no breaking changes

Lint all files using `npm run lint -- --fix`.
Format all files using `prettier --write "**/*.{ts,tsx,js,jsx,json}"`

No breaking change, only code style is modified.

Gitlab: #29
Change-Id: I4f034a7fb4d3eea10bcd3e38b44a65a1046de62f
diff --git a/client/redux/store.ts b/client/redux/store.ts
index d28f3d0..f6ab51d 100644
--- a/client/redux/store.ts
+++ b/client/redux/store.ts
@@ -1,5 +1,5 @@
-import { configureStore } from "@reduxjs/toolkit";
-import appReducer from "./appSlice";
+import { configureStore } from '@reduxjs/toolkit';
+import appReducer from './appSlice';
 
 export const store = configureStore({
   reducer: {