Skip to content

Commit a540e0f

Browse files
committed
ci: update node version
1 parent 6e46eed commit a540e0f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/views/About/About.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
import React, { FC } from "react";
2-
import TitleSection from "../../components/SectionTitle/TitleSection";
3-
import SectionWrapper from "../../components/SectionWrapper/SectionWrapper";
4-
import { MOBILE_BREAKPOINT } from "../../constants/BreakPoints";
5-
import LessThanBlueWhiteIcon from "../../assets/images/LessThanBlueWhiteIcon.svg";
6-
import MoreThanBlueWhiteIcon from "../../assets/images/MoreThanBlueWhiteIcon.svg";
2+
import TitleSection from "@components/SectionTitle/TitleSection";
3+
import SectionWrapper from "@components/SectionWrapper/SectionWrapper";
4+
import { MOBILE_BREAKPOINT } from "@constants/BreakPoints";
5+
import LessThanBlueWhiteIcon from "@assets/images/LessThanBlueWhiteIcon.svg";
6+
import MoreThanBlueWhiteIcon from "@assets/images/MoreThanBlueWhiteIcon.svg";
77
import { useWindowSize } from "react-use";
88
import { aboutData } from "./AboutData";
99
import { AboutCard } from "./components/AboutCard";
1010
import { styled } from "styled-components";
11-
import { Color } from "../../styles/colors";
11+
import { Color } from "@styles/colors";
1212
import {
1313
StyledLessIcon,
1414
StyledMoreIcon,
1515
StyledSpeakersSection,
1616
} from "../Speakers/Speakers.style";
1717
import { StyledMarginBottom } from "../Talks/Talks.style";
18-
import data from "../../data/2024.json";
19-
import { useDocumentTitleUpdater } from "../../hooks/useDocumentTitleUpdate";
18+
import data from "@data/2024.json";
19+
import { useDocumentTitleUpdater } from "@hooks/useDocumentTitleUpdate";
2020

2121
const StyledUsersWrapper = styled.div`
2222
padding-top: 5rem;

0 commit comments

Comments
 (0)