1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-30 02:49:03 +02:00

Rename storage directory

This commit is contained in:
Kamran Ahmed
2020-01-18 22:47:48 +04:00
parent 22e0006d6b
commit 083fd55f3e
72 changed files with 39 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
import { FaqContainer } from './style';
import MdRenderer from 'components/md-renderer';
const AboutPage = require(`../../storage/pages/about.md`).default;
const AboutPage = require(`../../content/pages/about.md`).default;
const FaqList = () => (
<FaqContainer className='border-top bg-light'>