mirror of
https://github.com/kingomarnajjar/innovationdrive.git
synced 2026-07-25 22:27:27 +10:00
fixed directory import
This commit is contained in:
parent
56e36e9636
commit
8484a92a7b
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ import styles from "./index.css";
|
|||
|
||||
import EmailForm from "/Users/omar/Desktop/innovationDrive/innovation-drive/src/components/Form.js";
|
||||
// import "./AboveTheFold.css";
|
||||
import HeadNavbar from "/Users/omar/Desktop/innovationDrive/innovation-drive/src/components/Navbar.js";
|
||||
import ModalExample from "/Users/omar/Desktop/innovationDrive/innovation-drive/src/components/PopUpSignUp.js";
|
||||
import HeadNavbar from "../../src/components/Navbar.js";
|
||||
import ModalExample from "../../components/PopUpSignUp.js";
|
||||
// /Users/omar/Desktop/innovationDrive/innovation-drive/src/components/Form.js
|
||||
|
||||
export default class Homepage extends Component {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue