-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-index-js-a7417e3c95db67789cfa.js.map
1 lines (1 loc) · 1.89 KB
/
component---src-pages-index-js-a7417e3c95db67789cfa.js.map
1
{"version":3,"sources":["webpack:///./src/pages/index.js","webpack:///./src/components/header/Header.js","webpack:///./src/components/layout/Layout.js"],"names":["Index","className","s","home","home__greeting","Header","header","header__title","to","header__link","header__nav","header__navItem","Layout","children"],"mappings":"0FAAA,sDAceA,UAVD,WACZ,OACE,kBAAC,IAAD,KACE,yBAAKC,UAAWC,IAAEC,MAChB,yBAAKF,UAAWC,IAAEE,gBAAlB,c,gFCOOC,EAXA,WACb,OACE,yBAAKJ,UAAWC,IAAEI,QAChB,wBAAIL,UAAWC,IAAEK,eAAe,kBAAC,OAAD,CAAMC,GAAG,IAAIP,UAAWC,IAAEO,cAA1B,YAChC,wBAAIR,UAAWC,IAAEQ,aACf,wBAAIT,UAAWC,IAAES,iBAAiB,kBAAC,OAAD,CAAMH,GAAG,aAAaP,UAAWC,IAAEO,cAAnC,iB,cCK3BG,IATA,SAAC,GAAkB,IAAhBC,EAAe,EAAfA,SAChB,OACE,oCACE,kBAAC,EAAD,MACEA","file":"component---src-pages-index-js-a7417e3c95db67789cfa.js","sourcesContent":["import React from 'react';\nimport Layout from '../components/layout/Layout';\nimport s from '../styles/index.module.scss';\n\nconst Index = () => {\n return (\n <Layout>\n <div className={s.home} >\n <div className={s.home__greeting}>Привет</div>\n </div>\n </Layout>\n );\n}\n\nexport default Index;","import React from 'react';\nimport s from './Header.module.scss';\nimport { Link } from 'gatsby';\n\nconst Header = () => {\n return (\n <div className={s.header}>\n <h1 className={s.header__title}><Link to='/' className={s.header__link}>Аникеев</Link></h1>\n <ul className={s.header__nav}>\n <li className={s.header__navItem}><Link to='/portfolio' className={s.header__link}>Портфолио</Link></li>\n </ul>\n </div>\n );\n}\n\nexport default Header;","import React from 'react';\nimport Header from '../header/Header';\nimport '../../styles/typography.css';\nimport '../../styles/global.scss';\n\nconst Layout = ({ children }) => {\n return (\n <>\n <Header />\n { children }\n </>\n );\n}\n\nexport default Layout;"],"sourceRoot":""}