Skip to content

Commit

Permalink
chore: Apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Sep 30, 2024
1 parent 7327ae8 commit 608aa9c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ import React, { useEffect, useState } from 'react';
import Example from './Example';
import useScreenSize from '@site/src/hooks/useScreenSize';
import ExecutionEnvironment from '@docusaurus/ExecutionEnvironment';
import { Easing, type BaseLayoutAnimationConfig } from 'react-native-reanimated';
import {
Easing,
type BaseLayoutAnimationConfig,
} from 'react-native-reanimated';
import Controls from './Controls/Controls';
import { ENTERING_ANIMATIONS, EXITING_ANIMATIONS } from './Example';

Expand Down

0 comments on commit 608aa9c

Please sign in to comment.