Skip to content

Commit

Permalink
Fix module reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoscky committed Nov 22, 2023
1 parent 69cf4a6 commit bf52bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/Navbar/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import Navbar from '@theme-original/Navbar';
import Banner from '../../components/Banner/banner'
import Banner from '../../components/Banner/Banner'
import styles from './navbar.module.css'

export default function NavbarWrapper(props) {
Expand Down

0 comments on commit bf52bdf

Please sign in to comment.