Skip to content

Commit ca1210a

Browse files
committed
refactor: remove spaces
1 parent 822286b commit ca1210a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/store/feature/profile/communities.slice.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { Submission } from "@/types/bounty";
22
import { Community } from "@/types/community";
33
import { Feedback } from "@/types/feedback";
44
import { createSlice, PayloadAction } from "@reduxjs/toolkit";
5-
65
import { HYDRATE } from "next-redux-wrapper";
76

87
interface InitialState {

src/store/services/profile/profileCommunities.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
setProfileCommunitySubmissions,
1111
} from "@/store/feature/profile/communities.slice";
1212
import { setColors } from "@/store/feature/ui.slice";
13-
1413
import { Reputation, Submission } from "@/types/bounty";
1514
import { Community } from "@/types/community";
1615
import { Feedback } from "@/types/feedback";

0 commit comments

Comments
 (0)