From 1512b5cf68e9e92801a894392569b444fd6af1d1 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 12 Mar 2024 22:02:28 +0000 Subject: run linter --- src/state/dialogs/index.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/state/dialogs/index.tsx') diff --git a/src/state/dialogs/index.tsx b/src/state/dialogs/index.tsx index 951105a50..279e02a49 100644 --- a/src/state/dialogs/index.tsx +++ b/src/state/dialogs/index.tsx @@ -1,5 +1,6 @@ import React from 'react' import {SharedValue, useSharedValue} from 'react-native-reanimated' + import {DialogControlRefProps} from '#/components/Dialog' import {Provider as GlobalDialogsProvider} from '#/components/dialogs/Context' -- cgit 1.4.1