Skip to content

Commit

Permalink
fix: config hook undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenSmn committed Mar 13, 2023
1 parent dd14182 commit cb7cea7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,14 @@ import {
Typography,
} from '@mui/material';
import { useState } from 'react';

import { initialState } from 'context/configContext';
import { useConfigContext } from 'context/configContext';
import { useCustomThemeContext } from 'hooks/contextHooks';
import { useLocalStorage, useMobile } from 'hooks/globalHooks';


import MenuBar from 'images/MenuBar';
import { makeStyles } from 'models/makeStyles';
import ChangeThemeButton from './ChangeThemeButton';
import Link from './Link';



const iconLogo = `${process.env.NEXT_PUBLIC_BASE}/images/greenstand_logo.svg`;
const treeTrackerLogo = `${process.env.NEXT_PUBLIC_BASE}/images/treetracker_logo.svg`;
const treeTrackerLogoWhite = `${process.env.NEXT_PUBLIC_BASE}/images/treetracker_logo_white.svg`;
Expand Down

0 comments on commit cb7cea7

Please sign in to comment.