File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ import { createBrowserRouter } from "react-router-dom";
3
3
import HomePage from "../HomePage/home" ;
4
4
import ErrorPage from "../Pages/ErrorPage" ;
5
5
import InProgress from "../Pages/InProgress" ;
6
- import BlogPage from "../Pages/Blog"
7
-
6
+ /* import BlogPage from "../Pages/Blog"
7
+ */
8
8
/* Articles */
9
- import Article1 from "../Blog/Articles/01 Introducing CortexFlow/introducing_cortexflow" ;
9
+ /* import Article1 from "../Blog/Articles/01 Introducing CortexFlow/introducing_cortexflow";
10
10
import Article2 from "../Blog/Articles/02 Federated Computational Governance/federated_computational_governance_article";
11
11
import Article3 from "../Blog/Articles/03 Discovering LiDar/discovering_lidar_article";
12
12
import Article4 from "../Blog/Articles/04 Revisiting Lambda Architecture/revisiting_lambda_architecture";
13
-
13
+ */
14
14
const router = createBrowserRouter (
15
15
[
16
16
{
You can’t perform that action at this time.
0 commit comments