don't lint fix this import.

This commit is contained in:
Niels Lyngsø
2023-04-12 11:18:46 +02:00
parent 5f884c2004
commit 2694069dd5

View File

@@ -1,4 +1,5 @@
import { stripSlash } from 'router-slot/util';
/* eslint-disable */
import { stripSlash } from 'router-slot/util'; // This must only include the util to avoid side effects of registering the route element.
const PARAM_IDENTIFIER = /:([^\\/]+)/g;