Skip to content

Commit

Permalink
Merge pull request #6 from sandygudie/new-version
Browse files Browse the repository at this point in the history
fixed routing
  • Loading branch information
sandygudie authored Dec 23, 2023
2 parents 98d4960 + 7a946d3 commit 8e8658e
Show file tree
Hide file tree
Showing 4 changed files with 5,331 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Dashboard/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState, useEffect } from "react";
import React,{ useState, useEffect } from "react";
import Header from "components/Header";
import { Collapse } from "@chakra-ui/react";
import { MdVisibilityOff } from "react-icons/md";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useRef } from "react";
import React ,{ useRef } from "react";
import Icon from "components/Icon";
import { Link } from "react-router-dom";
import Marquee from "react-fast-marquee";
Expand Down
1 change: 1 addition & 0 deletions src/pages/NotFound/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from "react";
import { useNavigate } from "react-router-dom";
import { IoMdArrowBack } from "react-icons/io";

Expand Down
Loading

0 comments on commit 8e8658e

Please sign in to comment.