2 lines
82 B
JavaScript
2 lines
82 B
JavaScript
/* eslint-disable import/no-unresolved */
|
|
const { o } = await import("./404.js");
|