Bug 1868838 - Move template-utils into browser/components/asrouter. r=pdahiya

Differential Revision: https://phabricator.services.mozilla.com/D198890
This commit is contained in:
Mike Conley 2024-01-29 18:52:24 +00:00
parent ef14cd0243
commit c132dfa085
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { safeURI } from "content-src/asrouter/template-utils";
import { safeURI } from "content-src/template-utils";
describe("safeURI", () => {
let warnStub;