Skip to content

Commit

Permalink
fix/header import fix
Browse files Browse the repository at this point in the history
header import fix
  • Loading branch information
AndriiBogomolov committed Oct 31, 2024
1 parent 30bafa6 commit 9fe683f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState, useEffect } from 'react';
import { Routes, Route, Navigate, useNavigate } from 'react-router-dom';
import Header from './components/Header/Header';
import Header from './components/header/Header';
import Dashboard from 'pages/spotnet/dashboard/Dashboard';
import Footer from 'components/Footer/Footer';
import SpotnetApp from 'pages/spotnet/spotnet_app/SpotnetApp';
Expand Down

0 comments on commit 9fe683f

Please sign in to comment.