Skip to content

Commit d7692c2

Browse files
committed
Fix app-types-exp import
1 parent 541a8a4 commit d7692c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/functions-types-exp/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
import { FirebaseApp } from '@firebase/app-types-exp';
17+
import { FirebaseApp } from '@firebase/app-exp';
1818
import { FirebaseError } from '@firebase/util';
1919

2020
/**

0 commit comments

Comments
 (0)