We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c264467 commit 76d852dCopy full SHA for 76d852d
1 file changed
src/pages/workspace/tags/TagSettingsPage.tsx
@@ -35,8 +35,7 @@ import NotFoundPage from '@pages/ErrorPage/NotFoundPage';
35
import AccessOrNotFoundWrapper from '@pages/workspace/AccessOrNotFoundWrapper';
36
import {clearPolicyTagErrors, deletePolicyTags, setWorkspaceTagEnabled} from '@userActions/Policy/Tag';
37
import CONST from '@src/CONST';
38
-import ROUTES from '@src/ROUTES';
39
-import {DYNAMIC_ROUTES} from '@src/ROUTES';
+import ROUTES, {DYNAMIC_ROUTES} from '@src/ROUTES';
40
import SCREENS from '@src/SCREENS';
41
42
type TagSettingsPageProps =
0 commit comments