File tree Expand file tree Collapse file tree 5 files changed +1
-5
lines changed
Home/CloudNativeManagement Expand file tree Collapse file tree 5 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
- import React , { useState } from "react" ;
1
+ import React from "react" ;
2
2
import Button from "../../reusecore/Button" ;
3
3
import { Col , Row , Container } from "../../reusecore/Layout" ;
4
4
import PlanCardWrapper from "./planCard.style" ;
Original file line number Diff line number Diff line change 1
1
import React , { useState } from "react" ;
2
2
import { Container , Row , Col } from "../../../reusecore/Layout" ;
3
3
import { HandbookWrapper } from "./Handbook.style" ;
4
- import { Link } from "gatsby" ;
5
4
import NewcomersMap from "../Newcomers-guide/newcomers-map" ;
6
5
import TOC from "../../../components/handbook-navigation/index" ;
7
6
import IntraPage from "../../../components/handbook-navigation/intra-page" ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import axios from "axios";
10
10
// import smp_dark_text from "../../../assets/images/service-mesh-performance/stacked/smp-dark-text.svg";
11
11
// import smp_light_text from "../../../assets/images/service-mesh-performance/stacked/smp-light-text.svg";
12
12
import kanvas_color from "../../../assets/images/kanvas/icon-only/kanvas-icon-color.svg" ;
13
- import meshery from "../../../assets/images/meshery/icon-only/meshery-logo-light.svg" ;
14
13
import Data from "./utility/menu-items.js" ;
15
14
import ScrollspyMenu from "./utility/ScrollspyMenu.js" ;
16
15
import { ReactComponent as Logo } from "../../../assets/images/app/layer5-colorMode.svg" ;
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import playIcon from "../../../assets/images/homePage-images/play-button.webp";
8
8
import ReactPlayer from "react-player/youtube" ;
9
9
10
10
import BannerSectionWrapper from "./statement.style" ;
11
- import { Link } from "gatsby" ;
12
11
13
12
import imgHero from "../../../assets/images/kanvas/KanvasDesigner.png" ;
14
13
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
import styled from "styled-components" ;
3
- import KanvasIcon from "./kanvas-icon.svg" ;
4
3
import KanvasBtn from "./kanvas-buttons" ;
5
4
6
5
const BannerSectionWrapper = styled . div `
You can’t perform that action at this time.
0 commit comments