Skip to content

Commit

Permalink
Fixes after CR
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKomanov committed Oct 21, 2023
1 parent 52243d6 commit c129148
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useCallback, useEffect } from 'react'
import 'antd/dist/antd.min.css'
import './App.scss'
import './pages/components/header/sidebar/sidebar.scss'
import TimelinePage from 'src/pages/TimelinePage'
import { ConfigProvider, Layout } from 'antd'
import 'leaflet/dist/leaflet.css'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/components/header/sidebar/SideBar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from 'react'
import { useState } from 'react'
import Menu, { MenuPage } from '../menu/Menu'
import cn from 'classnames'
import './sidebar.scss'
Expand Down

0 comments on commit c129148

Please sign in to comment.