mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
1dba4fdce2
Depends on D175912 Differential Revision: https://phabricator.services.mozilla.com/D175943
3 lines
82 B
JavaScript
3 lines
82 B
JavaScript
/* eslint-disable import/no-unresolved */
|
|
const { o } = await import("./404.js");
|