Skip to content

Commit

Permalink
remove unecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Y-Ko committed Nov 14, 2024
1 parent 8864e6f commit ab8800b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/(main)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import "reflect-metadata";
import { useQuery } from "@tanstack/react-query";
import { formatInTimeZone } from "date-fns-tz";
import { useRouter } from "next/navigation";
import { type UserClientAdapter } from "@/modules/user/adapters/primary/userClientAdapter";
import Sidebar from "@/components/sidebar/Sidebar";
Expand All @@ -13,7 +12,6 @@ import { useAppDispatch } from "@/store/hooks";
import { clientSignIn } from "@/store/features/auth/authSlice";
import routePaths from "@/utils/routePaths";
import { getUserState } from "@/store/features/user/userSlice";
import { currentDate } from "@/utils/getCurrentSprint";
import { TYPES } from "@/di/types";
import { resolve } from "@/di/resolver";
import Spinner from "@/components/Spinner";
Expand Down
2 changes: 2 additions & 0 deletions src/store/features/user/userSlice.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { type PayloadAction, createSlice } from "@reduxjs/toolkit";
import { clientSignOut } from "@/store/features/auth/authSlice";

// TODO: All of these interfaces need to be refactored to extend the response dto types

type providerType = "discord";

export interface VoyageStatus {
Expand Down

0 comments on commit ab8800b

Please sign in to comment.