Skip to content

Commit

Permalink
Fix theme import
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Dec 20, 2023
1 parent 2514234 commit f0d0d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { DocsThemeConfig } from 'nextra-theme-docs'
import type { DocsThemeConfig } from 'nextra-theme-docs'
import { useRouter } from 'next/router'

import SafeLogo from './assets/svg/safe-logo-white.svg'
Expand Down

0 comments on commit f0d0d10

Please sign in to comment.