Skip to content

Commit

Permalink
Fix: code cleaning JobBoard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAmariya committed Sep 1, 2024
1 parent 7471faa commit 3fbe3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/JobBoard/JobBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { FC, ReactNode } from 'react'
import JobCard from '@/components/JobCard/JobCard'
import { Container, Stack, Typography } from '@mui/material'
import { useTranslation } from 'react-i18next'
import job from '@/routes/JobBoard/jobs.json'
import job from '@/routes/JobBoard/jobs.json'
import JobData from '@/types/JobListing'

const JobBoard:FC = () => {
Expand Down

0 comments on commit 3fbe3d3

Please sign in to comment.