File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/agentSkillsCallout Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ import Link from 'next/link';
77
88import { usePlausibleEvent } from 'sentry-docs/hooks/usePlausibleEvent' ;
99
10+ import styles from './style.module.scss' ;
11+
1012import { CodeBlock } from '../codeBlock' ;
1113import { CodeTabs } from '../codeTabs' ;
1214
13- import styles from './style.module.scss' ;
14-
1515const SKILLS_BASE_URL = 'https://skills.sentry.gg' ;
1616const SKILLS_REPO = 'getsentry/sentry-for-ai' ;
1717
Original file line number Diff line number Diff line change 1+ import { AgentSkillsCallout } from './components/agentSkillsCallout' ;
12import { Alert } from './components/alert' ;
23import { Arcade } from './components/arcade' ;
34import { AvailableSince } from './components/availableSince' ;
@@ -15,7 +16,6 @@ import {CreateGitHubAppForm} from './components/createGitHubAppForm';
1516import { DefinitionList } from './components/definitionList' ;
1617import { DevDocsCardGrid } from './components/devDocsCardGrid' ;
1718import DocImage from './components/docImage' ;
18- import { AgentSkillsCallout } from './components/agentSkillsCallout' ;
1919import { Expandable } from './components/expandable' ;
2020import { FeatureBadge } from './components/featureBadge' ;
2121import { GitHubCodePreview } from './components/githubCodePreview' ;
You can’t perform that action at this time.
0 commit comments