Skip to content

Commit dc3cc81

Browse files
committed
Remove unused imports
1 parent 5ac5957 commit dc3cc81

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/pages/docs/guides/gatsby.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { DocumentationLayout } from '@/layouts/DocumentationLayout'
22
import { FrameworkGuideLayout } from '@/layouts/FrameworkGuideLayout'
3-
import { Cta } from '@/components/Cta'
43
import { Steps } from '@/components/Steps'
54

65
let steps = [

src/pages/docs/guides/laravel.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import clsx from 'clsx'
2-
import Link from 'next/link'
31
import { useRouteHash } from '@/hooks/useRouteHash'
42
import { DocumentationLayout } from '@/layouts/DocumentationLayout'
53
import { FrameworkGuideLayout } from '@/layouts/FrameworkGuideLayout'

0 commit comments

Comments
 (0)