fix import

This commit is contained in:
Niels Lyngsø
2023-04-12 09:35:56 +02:00
parent 2016f4ec03
commit 78a65d3b67

View File

@@ -1,4 +1,4 @@
import { stripSlash } from '@umbraco-cms/backoffice/router';
import { stripSlash } from 'router-slot/util';
const PARAM_IDENTIFIER = /:([^\\/]+)/g;