Skip to content

Commit d4286d6

Browse files
committed
Run yarn format
1 parent fe2bebc commit d4286d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

e2e/sample-apps/modular.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,16 @@ import {
5858
onValue,
5959
off
6060
} from 'firebase/database';
61+
<<<<<<< HEAD
6162
import { getGenerativeModel, getVertexAI } from 'firebase/vertexai';
63+
=======
64+
import {
65+
getGenerativeModel,
66+
getVertexAI,
67+
InferenceMode,
68+
VertexAI
69+
} from 'firebase/vertexai';
70+
>>>>>>> 3f02db006 (Run yarn format)
6271
import { getDataConnect, DataConnect } from 'firebase/data-connect';
6372

6473
/**

0 commit comments

Comments
 (0)