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 React from "react";
|
||||||
import "../styles/Applications.css";
|
import "../styles/Applications.css";
|
||||||
import ECMM from "../assets/ECMMweb.png";
|
import ECMM from "../assets/ECMMweb.png";
|
||||||
|
import { Helmet } from 'react-helmet';
|
||||||
|
|
||||||
function Applications() {
|
function Applications() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import TrainLeft from "../assets/1132066.jpg";
|
import TrainLeft from "../assets/1132066.jpg";
|
||||||
import "../styles/Contact.css";
|
import "../styles/Contact.css";
|
||||||
|
import { Helmet } from 'react-helmet';
|
||||||
|
|
||||||
function Contact() {
|
function Contact() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ import React from "react";
|
|||||||
import { ShopList } from "../helpers/ShopList";
|
import { ShopList } from "../helpers/ShopList";
|
||||||
import ShopItem from "../components/ShopItem";
|
import ShopItem from "../components/ShopItem";
|
||||||
import "../styles/Shop.css";
|
import "../styles/Shop.css";
|
||||||
|
import { Helmet } from 'react-helmet';
|
||||||
|
|
||||||
function Shop() {
|
function Shop() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user