Skip to content

Commit 3d8b93c

Browse files
russellwheatleymikehardy
authored andcommitted
chore(vertexai): wrap around ai
1 parent 022eee0 commit 3d8b93c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

packages/vertexai/lib/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ import {
2828
VertexAIError,
2929
VertexAI,
3030
VertexAIOptions,
31-
} from '@react-native-firebase/ai';
32-
import { DEFAULT_LOCATION } from './constants';
31+
} from './ai-symlink/index';
32+
import { DEFAULT_LOCATION } from './ai-symlink/constants';
3333
import { VertexAIService } from './service';
3434

35-
export * from '@react-native-firebase/ai';
36-
3735
/**
3836
* Returns a <code>{@link VertexAI}</code> instance for the given app.
3937
*

packages/vertexai/lib/service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
*/
1717

1818
import { ReactNativeFirebase } from '@react-native-firebase/app';
19-
import { VertexAI, VertexAIOptions } from '@react-native-firebase/ai';
20-
import { DEFAULT_LOCATION } from './constants';
19+
import { VertexAI, VertexAIOptions } from './ai-symlink/index';
20+
import { DEFAULT_LOCATION } from './ai-symlink/constants';
2121
import { FirebaseAuthTypes } from '@react-native-firebase/auth';
2222
import { FirebaseAppCheckTypes } from '@react-native-firebase/app-check';
2323

0 commit comments

Comments
 (0)