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:
@@ -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'>
|
||||
|
Reference in New Issue
Block a user