Skip to content

Commit

Permalink
Forgot to remove the import after deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKyle committed Oct 12, 2023
1 parent 1f2acac commit 0d05d90
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { questRewardKeys } from "../lib/guide-quests-rewards";
import RewardListItem from "../components/reward-list-item";
import TabLayout from "../components/tab-labout";
import { viewPortWatcher } from "../../../lib/view-port-watcher";
import DropDownLayout from "../components/dropdown-layout";

export default class GuideQuest extends React.Component<any, any> {
constructor(props: any) {
Expand Down

0 comments on commit 0d05d90

Please sign in to comment.