mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +00:00
dependency fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import React from "react";
|
||||
import "../styles/Applications.css";
|
||||
import ECMM from "../assets/ECMMweb.png";
|
||||
import { Helmet } from 'react-helmet';
|
||||
|
||||
function Applications() {
|
||||
return (
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import React from "react";
|
||||
import TrainLeft from "../assets/1132066.jpg";
|
||||
import "../styles/Contact.css";
|
||||
import { Helmet } from 'react-helmet';
|
||||
|
||||
function Contact() {
|
||||
return (
|
||||
|
||||
@@ -2,6 +2,7 @@ import React from "react";
|
||||
import { ShopList } from "../helpers/ShopList";
|
||||
import ShopItem from "../components/ShopItem";
|
||||
import "../styles/Shop.css";
|
||||
import { Helmet } from 'react-helmet';
|
||||
|
||||
function Shop() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user