We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 796e197 + 8861203 commit 21fbd3cCopy full SHA for 21fbd3c
packages/storage/src/implementation/error.ts
@@ -1,5 +1,3 @@
1
-import { FirebaseError } from '@firebase/util';
2
-
3
/**
4
* @license
5
* Copyright 2017 Google LLC
@@ -16,6 +14,9 @@ import { FirebaseError } from '@firebase/util';
16
14
* See the License for the specific language governing permissions and
17
15
* limitations under the License.
18
*/
+
+import { FirebaseError } from '@firebase/util';
19
20
import { CONFIG_STORAGE_BUCKET_KEY } from './constants';
21
22
0 commit comments