Skip to content

Commit

Permalink
fix: add exportsto index files
Browse files Browse the repository at this point in the history
  • Loading branch information
createdbymahmood committed Feb 9, 2024
1 parent 46571e3 commit 267f6cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/JobLocation/JobFilters/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './JobFilters'
4 changes: 2 additions & 2 deletions src/components/JobLocation/JobLocation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

import {Box, Container, Grid, rem} from '@mantine/core'

import {JobFilters} from '@/components/JobLocation/JobFilters/JobFilters'
import {JobFilters} from '@/components/JobLocation/JobFilters'
import {JobLocationHeader} from '@/components/JobLocation/JobLocationHeader'
import {JobsList} from '@/components/JobLocation/JobsList'
import {JobsSiderbar} from '@/components/JobLocation/JobsSidebar/JobsSiderbar'
import {JobsSiderbar} from '@/components/JobLocation/JobsSidebar'
import {useMobileDevice} from '@/hooks/useMobileDevice'

function JobLocationContent() {
Expand Down
1 change: 1 addition & 0 deletions src/components/JobLocation/JobsSidebar/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './JobsSiderbar'

0 comments on commit 267f6cd

Please sign in to comment.