feat(crawler): fix async crawling
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
import { styled, View, XStack } from "tamagui";
|
||||
import { View, XStack, styled } from "tamagui";
|
||||
|
||||
import { Text } from "@/ui/components/typography";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { ArrowRight } from "@tamagui/lucide-icons";
|
||||
import { Href, Link } from "expo-router";
|
||||
import { GetProps, Paragraph, styled, XStack } from "tamagui";
|
||||
import { GetProps, Paragraph, XStack, styled } from "tamagui";
|
||||
|
||||
import { Text } from "@/ui/components/typography";
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { StatusBar } from "expo-status-bar";
|
||||
import React from "react";
|
||||
import { useSafeAreaInsets } from "react-native-safe-area-context";
|
||||
import { styled, YStack } from "tamagui";
|
||||
import { YStack, styled } from "tamagui";
|
||||
|
||||
import { ScreenHeading } from "@/ui/components/layout/ScreenHeading";
|
||||
import { ScreenSection } from "@/ui/components/layout/ScreenSection";
|
||||
|
||||
Reference in New Issue
Block a user