From dae1dfeb4c03ceb265d16a62652da6aaf5f8f5d4 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 3 Feb 2025 14:02:51 -0600 Subject: [PATCH] Format --- src/storage/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/index.ts b/src/storage/index.ts index 06331f8a65..8ec09eefa8 100644 --- a/src/storage/index.ts +++ b/src/storage/index.ts @@ -1,7 +1,7 @@ import {MMKV} from 'react-native-mmkv' import {Did} from '@atproto/api' -import {Account,Device} from '#/storage/schema' +import {Account, Device} from '#/storage/schema' export * from '#/storage/schema'