|
|
@ -5,13 +5,12 @@ import { Banner } from '@tih/ui';
|
|
|
|
|
|
|
|
|
|
|
|
import { useGoogleAnalytics } from '~/components/global/GoogleAnalytics';
|
|
|
|
import { useGoogleAnalytics } from '~/components/global/GoogleAnalytics';
|
|
|
|
import OffersTable from '~/components/offers/table/OffersTable';
|
|
|
|
import OffersTable from '~/components/offers/table/OffersTable';
|
|
|
|
|
|
|
|
import CitiesTypeahead from '~/components/shared/CitiesTypeahead';
|
|
|
|
import CompaniesTypeahead from '~/components/shared/CompaniesTypeahead';
|
|
|
|
import CompaniesTypeahead from '~/components/shared/CompaniesTypeahead';
|
|
|
|
import Container from '~/components/shared/Container';
|
|
|
|
import Container from '~/components/shared/Container';
|
|
|
|
import type { JobTitleType } from '~/components/shared/JobTitles';
|
|
|
|
import type { JobTitleType } from '~/components/shared/JobTitles';
|
|
|
|
import JobTitlesTypeahead from '~/components/shared/JobTitlesTypahead';
|
|
|
|
import JobTitlesTypeahead from '~/components/shared/JobTitlesTypahead';
|
|
|
|
|
|
|
|
|
|
|
|
import CitiesTypeahead from '../../components/shared/CitiesTypeahead';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default function OffersHomePage() {
|
|
|
|
export default function OffersHomePage() {
|
|
|
|
const [jobTitleFilter, setJobTitleFilter] = useState<JobTitleType | ''>(
|
|
|
|
const [jobTitleFilter, setJobTitleFilter] = useState<JobTitleType | ''>(
|
|
|
|
'software-engineer',
|
|
|
|
'software-engineer',
|
|
|
|