aboutsummaryrefslogtreecommitdiff
path: root/pw_web/webconsole/common/protos.ts
diff options
context:
space:
mode:
Diffstat (limited to 'pw_web/webconsole/common/protos.ts')
-rw-r--r--pw_web/webconsole/common/protos.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/pw_web/webconsole/common/protos.ts b/pw_web/webconsole/common/protos.ts
index 3524ad5ec..7fea0681d 100644
--- a/pw_web/webconsole/common/protos.ts
+++ b/pw_web/webconsole/common/protos.ts
@@ -12,9 +12,8 @@
// License for the specific language governing permissions and limitations under
// the License.
-
export async function createDefaultProtoCollection() {
// @ts-ignore
- const ProtoCollection = await import("pigweedjs/protos/collection.umd");
+ const ProtoCollection = await import('pigweedjs/protos/collection.umd');
return new ProtoCollection.ProtoCollection();
}