Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 405b43b

Browse files
committed
renamed pages for easier overview in our repo
1 parent ff1c5c1 commit 405b43b

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

frontend/src/App.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import React, { useState } from 'react';
22
import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
3-
import { LandingPageLight } from './pages/landing_light';
4-
import SearchPageLight from './pages/search_light';
5-
import { AboutPage } from './pages/about_light';
6-
import { PositionDetailLight } from './pages/position_detail_light';
7-
import GraphViewLight from './pages/graph_view_light';
8-
import WorldMapPapersPage from './pages/WorldMapPapersPage';
3+
import { LandingPageLight } from './pages/home';
4+
import SearchPageLight from './pages/search';
5+
import { AboutPage } from './pages/about';
6+
import { PositionDetailLight } from './pages/trend_graphs';
7+
import GraphViewLight from './pages/collaboration_graph';
8+
import WorldMapPapersPage from './pages/world_map';
99

1010
function App() {
1111
const [isDarkMode, setIsDarkMode] = useState(true);
File renamed without changes.

0 commit comments

Comments
 (0)