mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 07:56:11 +02:00
cleaned up structure, added styled components
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { graphql } from "gatsby";
|
||||
import Layout from "../components/layout";
|
||||
import Layout from "../components/Layout";
|
||||
|
||||
const LanguagePost = ({ data }) => {
|
||||
const { html } = data.file.post;
|
||||
|
||||
Reference in New Issue
Block a user