Skip to content

Commit

Permalink
mobile: BookInfoWrapper: fix React import
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Apr 21, 2024
1 parent 5ee0d96 commit 27afd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/Components/BookInfoWrapper/BookInfoWrapper.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { BookInfoWrapperContext } from "@/Contexts";
import * as React from "react";
import React from "react";
import { createStackNavigator } from "@react-navigation/stack";
import { BookInfoModal } from "../BookInfoModal";
import FullReview from "../FullReview/FullReview";
Expand Down

0 comments on commit 27afd40

Please sign in to comment.