Skip to content

Commit

Permalink
Remove unsed import
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriahhdez committed Jan 6, 2025
1 parent 6f8c248 commit a01a0bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/learn/guides/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { getLayout } from '~/components/Sidebar';
import Head from 'next/head';
import { Headline1 } from '~/components/Headlines';
import { SectionContext } from '~/context';
import Card from '~/components/Card';
import { DocsHelp } from '~/components/DocsHelp';

export default function Welcome() {
Expand Down

0 comments on commit a01a0bc

Please sign in to comment.