mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-21 21:06:34 +02:00
Organize code
This commit is contained in:
parent
186089db83
commit
2b5ce06ca0
7 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
@import "../globals";
|
||||
@import "../../globals";
|
||||
|
||||
.sectionBacklink {
|
||||
display: block;
|
|
@ -5,9 +5,9 @@ import { Link } from "gatsby-plugin-react-i18next";
|
|||
import React from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
import Layout from "../layouts/default";
|
||||
import Layout from "../../layouts/default";
|
||||
|
||||
import * as styles from "./blogListing.module.scss";
|
||||
import * as styles from "./listing.module.scss";
|
||||
|
||||
const BlogListing = ({ data, pageContext }) => {
|
||||
const { t } = useTranslation();
|
|
@ -1,4 +1,4 @@
|
|||
@import "../globals";
|
||||
@import "../../globals";
|
||||
|
||||
.postSection {
|
||||
flex-grow: 1;
|
|
@ -6,9 +6,9 @@ import React from "react";
|
|||
import { useTranslation } from "react-i18next";
|
||||
import Utterances from "utterances-react";
|
||||
|
||||
import Layout from "../layouts/default";
|
||||
import Layout from "../../layouts/default";
|
||||
|
||||
import * as styles from "./blogPost.module.scss";
|
||||
import * as styles from "./post.module.scss";
|
||||
import { Link } from "gatsby-plugin-react-i18next";
|
||||
|
||||
const BlogPost = ({ data }) => {
|
Loading…
Add table
Add a link
Reference in a new issue