Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Feb 25, 2025
1 parent 56b2eb8 commit 95daf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/OverKeyboardView/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React, { useMemo } from "react";
import { Platform, StyleSheet, View } from "react-native";

import { IS_FABRIC } from "../../architecture";
import { RCTOverKeyboardView } from "../../bindings";
import { useWindowDimensions } from "../../hooks";
import { IS_FABRIC } from "../../architecture";

import type { OverKeyboardViewProps } from "../../types";
import type { PropsWithChildren } from "react";
Expand Down

0 comments on commit 95daf5c

Please sign in to comment.