Skip to content

Commit 2f4e13e

Browse files
[getsentry/action-github-commit] Auto commit
1 parent b1696b5 commit 2f4e13e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/agentSkillsCallout/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import Link from 'next/link';
77

88
import {usePlausibleEvent} from 'sentry-docs/hooks/usePlausibleEvent';
99

10+
import styles from './style.module.scss';
11+
1012
import {CodeBlock} from '../codeBlock';
1113
import {CodeTabs} from '../codeTabs';
1214

13-
import styles from './style.module.scss';
14-
1515
const SKILLS_BASE_URL = 'https://skills.sentry.gg';
1616
const SKILLS_REPO = 'getsentry/sentry-for-ai';
1717

src/mdxComponents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import {AgentSkillsCallout} from './components/agentSkillsCallout';
12
import {Alert} from './components/alert';
23
import {Arcade} from './components/arcade';
34
import {AvailableSince} from './components/availableSince';
@@ -15,7 +16,6 @@ import {CreateGitHubAppForm} from './components/createGitHubAppForm';
1516
import {DefinitionList} from './components/definitionList';
1617
import {DevDocsCardGrid} from './components/devDocsCardGrid';
1718
import DocImage from './components/docImage';
18-
import {AgentSkillsCallout} from './components/agentSkillsCallout';
1919
import {Expandable} from './components/expandable';
2020
import {FeatureBadge} from './components/featureBadge';
2121
import {GitHubCodePreview} from './components/githubCodePreview';

0 commit comments

Comments
 (0)