From f78b5f2445efef8a6a7c899202a7987e9c564aa7 Mon Sep 17 00:00:00 2001 From: juliusmarminge Date: Sun, 28 Jan 2024 11:17:21 +0100 Subject: [PATCH] fix import --- apps/expo/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/expo/app.config.ts b/apps/expo/app.config.ts index 76eb0196a..d0556be13 100644 --- a/apps/expo/app.config.ts +++ b/apps/expo/app.config.ts @@ -1,4 +1,4 @@ -import type { ExpoConfig } from "@expo/config"; +import type { ExpoConfig } from "expo/config"; const defineConfig = (): ExpoConfig => ({ name: "expo",