mirror of https://github.com/Lissy93/dashy.git
✍️ Fix filenme inport typo
This commit is contained in:
parent
bc76183e78
commit
3c9cb8cf1b
|
@ -1,5 +1,5 @@
|
|||
import React from 'react';
|
||||
import './../styles/HomepageFeatures.scss';
|
||||
import './../styles/HomePageFeatures.scss';
|
||||
import Button from '../components/Button';
|
||||
import getColor from '../utils/ui-helpers';
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import styles from './index.module.scss';
|
|||
|
||||
|
||||
import HomePageHeader from '../components/HomePageHeader';
|
||||
import HomePageFeatures from '../components/HomePageFeatures';
|
||||
import HomePageFeatures from '../components/HomepageFeatures';
|
||||
|
||||
export default function Home() {
|
||||
const { siteConfig } = useDocusaurusContext();
|
||||
|
|
Loading…
Reference in New Issue