Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Nov 11, 2022
1 parent 5ac5957 commit dc3cc81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/pages/docs/guides/gatsby.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { DocumentationLayout } from '@/layouts/DocumentationLayout'
import { FrameworkGuideLayout } from '@/layouts/FrameworkGuideLayout'
import { Cta } from '@/components/Cta'
import { Steps } from '@/components/Steps'

let steps = [
Expand Down
2 changes: 0 additions & 2 deletions src/pages/docs/guides/laravel.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import clsx from 'clsx'
import Link from 'next/link'
import { useRouteHash } from '@/hooks/useRouteHash'
import { DocumentationLayout } from '@/layouts/DocumentationLayout'
import { FrameworkGuideLayout } from '@/layouts/FrameworkGuideLayout'
Expand Down

1 comment on commit dc3cc81

@vercel
Copy link

@vercel vercel bot commented on dc3cc81 Nov 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.