Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Jan 27, 2025
1 parent 9487de6 commit 7e21c02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/pg-inkubator/Nav.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import React from 'react'
import { DropdownMenu } from '../DropdownMenu'
import { InkubatorLogo } from '../icons'
import { Link } from 'react-router-dom'
import { useUI } from '../../hooks'
import { Config } from './config'
import {BigCTA} from "../BigCTA";

export const Nav: React.FC = () => {
const { setShowSidebar } = useUI()
Expand Down

0 comments on commit 7e21c02

Please sign in to comment.