1
0
forked from mico/idle_moloch

commenting out unused import

This commit is contained in:
mic0 2024-10-23 17:47:01 +02:00
parent 6196744cd0
commit dea5aeef75
Signed by: mico
GPG Key ID: A3F8023524CF1C8D

View File

@ -2,7 +2,7 @@ import React from "react"
import styles from '../styles/Background.module.css';
import Tower from "./Tower";
import Army from "./Army";
import MarchingBand from "./MarchingBand";
// import MarchingBand from "./MarchingBand";
const Scene = () => {
return <div className={styles.frame}>