We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6aab5a commit 7adb99eCopy full SHA for 7adb99e
…/components/Insight/peer/inde.module.css …/components/insight/peer/inde.module.csssrc/components/Insight/peer/inde.module.css renamed to src/components/insight/peer/inde.module.css
src/components/Insight/peer/index.tsx src/components/insight/peer/index.tsxsrc/components/Insight/peer/index.tsx renamed to src/components/insight/peer/index.tsx
src/layouts/main.tsx
@@ -17,7 +17,7 @@ import EditTokens from '../components/developer/tokens/edit';
17
import Preheats from '../components/job/preheats';
18
import NewPreheat from '../components/job/preheats/new';
19
import ShowPreheat from '../components/job/preheats/show';
20
-import Peers from '../components/Insight/peer';
+import Peers from '../components/insight/peer';
21
import { useState, useEffect } from 'react';
22
import { getJwtPayload } from '../lib/utils';
23
import { getUserRoles } from '../lib/api';
0 commit comments