dependency fix

This commit is contained in:
2025-01-09 08:36:56 -05:00
parent 09a0ed3b88
commit 02d3989e78
3 changed files with 3 additions and 0 deletions

View File

@@ -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 (

View File

@@ -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 (

View File

@@ -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 (