Skip to content

Commit e236c9a

Browse files
committed
modified: src/opportunities/pages/IndividualPost.tsx
1 parent bb26423 commit e236c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opportunities/pages/IndividualPost.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useState } from "react";
22
import JobDetails from "../components/JobDetails";
3-
import { useParams } from "react-router";
3+
import { useParams } from "react-router-dom";
44
import { useEffect } from "react";
55

66
const IndividualPost = () => {

0 commit comments

Comments
 (0)