chore: change paths

This commit is contained in:
2023-11-13 21:04:11 +01:00
parent e9b31c96d9
commit 9e7dbc3a45
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import './css/App.css'
import '../css/App.css'
import React from 'react'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faDiscord, faGithub, faMastodon, faTwitter } from '@fortawesome/free-brands-svg-icons'

View File

@@ -1,4 +1,4 @@
import './css/Blog.css';
import '../css/Blog.css';
import { Helmet } from 'react-helmet';
import blogPosts from '../../blogPosts.json'
import BlogPostCard from "../components/BlogPostCard.tsx";