Skip to content

Commit

Permalink
I refactor the code
Browse files Browse the repository at this point in the history
  • Loading branch information
techeng322 committed May 27, 2024
1 parent dad574f commit 0ae52f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Pages/EmployeePage/EmployeePage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import useIsMobile from "@/hooks/useIsMobile"
import Layout from "../../Layout"
import SeoHead from "../../SeoHead"
import Layout from "@/components/Layout"
import SeoHead from "@/components/SeoHead"
import EmployeeContent from "./EmployeeContent"

const EmployeePage = () => {
Expand Down

0 comments on commit 0ae52f3

Please sign in to comment.