Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit c100319

Browse files
fix: prerendering
1 parent b31aaf1 commit c100319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

studio/src/app/services/api/user/api.user.service.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import * as firebase from 'firebase';
2-
import 'firebase/auth';
1+
import firebase from '@firebase/app';
2+
import '@firebase/auth';
33

44
import apiUserStore from '../../../stores/api.user.store';
55

0 commit comments

Comments
 (0)