Remove unused imports

This commit is contained in:
Max Wofford 2024-08-19 10:22:02 -04:00
parent 0bd5345898
commit d5e9627730
2 changed files with 1 additions and 10 deletions

View file

@ -1,9 +0,0 @@
import React from 'react'
const index = () => {
return (
<div>index</div>
)
}
export default index

View file

@ -1,4 +1,4 @@
import { useEffect, useState, useRef } from 'react'
import { useEffect, useState } from 'react'
import ProjectView from '../../../../../components/arcade/showcase/project-view'
import styles from '../../../../../components/arcade/showcase/project-view.module.css'
/** @jsxImportSource theme-ui */