Skip to content

Commit

Permalink
mobile: TextReview: fix React import
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Apr 20, 2024
1 parent 86205e4 commit b7893d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/Components/TextReview/TextReview.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BookInfoContext } from "@/Contexts";
import { Account } from "appwrite";
import * as React from "react";
import React from "react";
import { useContext, useState } from "react";
import {
ActivityIndicator,
Expand Down

0 comments on commit b7893d6

Please sign in to comment.