mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Remove unused imports
This commit is contained in:
parent
0bd5345898
commit
d5e9627730
2 changed files with 1 additions and 10 deletions
|
|
@ -1,9 +0,0 @@
|
|||
import React from 'react'
|
||||
|
||||
const index = () => {
|
||||
return (
|
||||
<div>index</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default index
|
||||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue