Skip to content

Commit

Permalink
refactor(profile-page): 🎉 remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Aug 11, 2023
1 parent c9f4e0e commit 22d56fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Profile/ProfilePage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Fragment, ReactElement, useState } from "react";
import React, { ReactElement, useState } from "react";
import ProfileHeader from "../../components/ProfileHeader/ProfileHeader";
import ProfileConnectedApps from "../../components/ProfileConnectedApps/ProfileConnectedApps";
import ProfileInfo from "../../components/ProfileInfo/ProfileInfo";
Expand Down

0 comments on commit 22d56fc

Please sign in to comment.