Skip to content

Commit

Permalink
Fixed Lint Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham294 authored Mar 19, 2022
1 parent e38a78e commit c76c212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/learn.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ThemeProvider, Typography } from '@mui/material'
import { Typography } from '@mui/material'
import { Box } from '@mui/system'
import Head from 'next/head'
import Image from 'next/image'
Expand All @@ -13,7 +13,7 @@ import roundorca from '../../public/images/roundorca.png'
import salishsea from '../../public/images/salishsea.png'
import TopBanner from '../components/TopBanner'
import learnStyles from '../styles/Learn.module.css'
import theme from '../styles/theme'


export const learn = () => {
return (
Expand Down

0 comments on commit c76c212

Please sign in to comment.