mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Clean up unused imports
This commit is contained in:
parent
114ca0b0fc
commit
8350afa469
1 changed files with 0 additions and 7 deletions
|
|
@ -1,23 +1,16 @@
|
|||
import {
|
||||
Box,
|
||||
Button,
|
||||
Card,
|
||||
Container,
|
||||
Grid,
|
||||
Heading,
|
||||
Image,
|
||||
Link,
|
||||
Text
|
||||
} from 'theme-ui'
|
||||
import Meta from '@hackclub/meta'
|
||||
import Head from 'next/head'
|
||||
import NextLink from 'next/link'
|
||||
import Nav from '../components/nav'
|
||||
import SlideDown from '../components/slide-down'
|
||||
import FadeIn from '../components/fade-in'
|
||||
import Icon from '../components/icon'
|
||||
import Footer from '../components/footer'
|
||||
import { keyframes } from '@emotion/react'
|
||||
import Carousel from '../components/congressional-app-challenge/carousel'
|
||||
|
||||
const color = '#000000'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue