|
1 | 1 | 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"; |
7 | 7 | import { useWindowSize } from "react-use"; |
8 | 8 | import { aboutData } from "./AboutData"; |
9 | 9 | import { AboutCard } from "./components/AboutCard"; |
10 | 10 | import { styled } from "styled-components"; |
11 | | -import { Color } from "../../styles/colors"; |
| 11 | +import { Color } from "@styles/colors"; |
12 | 12 | import { |
13 | 13 | StyledLessIcon, |
14 | 14 | StyledMoreIcon, |
15 | 15 | StyledSpeakersSection, |
16 | 16 | } from "../Speakers/Speakers.style"; |
17 | 17 | 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"; |
20 | 20 |
|
21 | 21 | const StyledUsersWrapper = styled.div` |
22 | 22 | padding-top: 5rem; |
|
0 commit comments