From 125ef1c75610c7add79f6a917bfa058f9265d5d4 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 13 Mar 2024 01:55:14 +0000 Subject: Revert "run linter" This reverts commit 1512b5cf68e9e92801a894392569b444fd6af1d1. --- src/components/Divider.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/components/Divider.tsx') diff --git a/src/components/Divider.tsx b/src/components/Divider.tsx index ff0bbb045..24e2789e5 100644 --- a/src/components/Divider.tsx +++ b/src/components/Divider.tsx @@ -1,7 +1,6 @@ import React from 'react' import {View} from 'react-native' - -import {atoms as a, flatten, useTheme, ViewStyleProp} from '#/alf' +import {atoms as a, useTheme, ViewStyleProp, flatten} from '#/alf' export function Divider({style}: ViewStyleProp) { const t = useTheme() -- cgit 1.4.1