Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nakzyu committed Jun 12, 2024
1 parent 4db7296 commit 6aae9ff
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import React, { useState } from "react";
import { Pressable, PressableProps, Text, View, ViewProps } from "react-native";
import {
ReactNativeComponentPropsType,
ReactNativeComponentType,
RenderPropsCallableComponent,
} from "../constants";
import { UIContext, useUIContext } from "../hooks";
import { createReactNativeElement } from "../utils";
Expand Down

0 comments on commit 6aae9ff

Please sign in to comment.