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 "../styles/Applications.css";
import ECMM from "../assets/ECMMweb.png";
import { Helmet } from 'react-helmet';
function Applications() {
return (

View File

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

View File

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