Skip to content

Commit

Permalink
remove the alert
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceGrey committed Mar 19, 2024
1 parent 9e622f7 commit ecbdb08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ExplainPage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { CSSProperties } from 'react';
import cheatCode from '/src/assets/cheat-code.png';
import console from '/src/assets/console.png';
import { FaXmark } from "react-icons/fa6";
Expand Down
1 change: 0 additions & 1 deletion src/MyClassic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import myPod1 from '/src/assets/mypod-1.png';
import myPod2 from '/src/assets/mypod-2.png';
import myPod3 from '/src/assets/mypod-3.png';
import { useState, useEffect } from 'react';
import ExplainPage from './ExplainPage';
import background from '/src/assets/cover-flow-background.png';
import { forwardRef } from 'react';
const MyClassic = forwardRef(function MyClassic(props:any, ref:any) {
Expand Down

0 comments on commit ecbdb08

Please sign in to comment.