Skip to content

Commit

Permalink
Fixed Errors (#41)
Browse files Browse the repository at this point in the history
* I will work on Project Details

* feat

* comment error prone date picker
  • Loading branch information
bilalmohib authored Apr 22, 2023
1 parent adbaaf7 commit 00452e7
Show file tree
Hide file tree
Showing 12 changed files with 1,191 additions and 7,712 deletions.
2 changes: 1 addition & 1 deletion components/Main/MyTasks/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { BsCheckCircle, BsTriangle } from "react-icons/bs";
import { TbListDetails, TbSquareRotated } from "react-icons/tb";
import { SlLink } from "react-icons/sl";

import DatePicker from 'react-date-picker/dist/entry.nostyle';
// import DatePicker from 'react-date-picker/dist/entry.nostyle';

import {
doc,
Expand Down
2 changes: 1 addition & 1 deletion components/ProjectDetails/Board/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { BsTriangle } from "react-icons/bs";
import { TbListDetails, TbSquareRotated } from "react-icons/tb";
import { SlLink } from "react-icons/sl";

import DatePicker from 'react-date-picker/dist/entry.nostyle';
// import DatePicker from 'react-date-picker/dist/entry.nostyle';

const currentDate = new Date();

Expand Down
2 changes: 1 addition & 1 deletion components/ProjectDetails/Calender/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { AiOutlinePlus } from "react-icons/ai";
import { BsTriangle } from "react-icons/bs";
import { TbListDetails, TbSquareRotated } from "react-icons/tb";
import { SlLink } from "react-icons/sl";
import DatePicker from 'react-date-picker/dist/entry.nostyle';
// import DatePicker from 'react-date-picker/dist/entry.nostyle';

const currentDate = new Date();

Expand Down
2 changes: 1 addition & 1 deletion components/ProjectDetails/Files/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { BsTriangle } from "react-icons/bs";
import { TbListDetails, TbSquareRotated } from "react-icons/tb";
import { SlLink } from "react-icons/sl";

import DatePicker from 'react-date-picker/dist/entry.nostyle';
// import DatePicker from 'react-date-picker/dist/entry.nostyle';

const currentDate = new Date();

Expand Down
2 changes: 1 addition & 1 deletion components/ProjectDetails/Messages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { BsTriangle } from "react-icons/bs";
import { TbListDetails, TbSquareRotated } from "react-icons/tb";
import { SlLink } from "react-icons/sl";

import DatePicker from 'react-date-picker/dist/entry.nostyle';
// import DatePicker from 'react-date-picker/dist/entry.nostyle';

const currentDate = new Date();

Expand Down
2 changes: 1 addition & 1 deletion components/ProjectDetails/Timeline/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { BsTriangle } from "react-icons/bs";
import { TbListDetails, TbSquareRotated } from "react-icons/tb";
import { SlLink } from "react-icons/sl";

import DatePicker from 'react-date-picker/dist/entry.nostyle';
// import DatePicker from 'react-date-picker/dist/entry.nostyle';

const currentDate = new Date();

Expand Down
2 changes: 1 addition & 1 deletion components/ProjectDetails/Workflow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { BsTriangle } from "react-icons/bs";
import { TbListDetails, TbSquareRotated } from "react-icons/tb";
import { SlLink } from "react-icons/sl";

import DatePicker from 'react-date-picker/dist/entry.nostyle';
// import DatePicker from 'react-date-picker/dist/entry.nostyle';

const currentDate = new Date();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { BsCheckCircle, BsTriangle } from "react-icons/bs";
import { TbListDetails, TbSquareRotated } from "react-icons/tb";
import { SlLink } from "react-icons/sl";

import DatePicker from 'react-date-picker/dist/entry.nostyle';
// import DatePicker from 'react-date-picker/dist/entry.nostyle';

import {
doc,
Expand Down
2 changes: 1 addition & 1 deletion components/Widgets/Widget1/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'firebase/auth';
import Link from 'next/link';
import { useRouter } from 'next/router';
import Navbar from "../../../components/Navbar";
import DatePicker from 'react-date-picker/dist/entry.nostyle';
// import DatePicker from 'react-date-picker/dist/entry.nostyle';
import CustomLoader from "../../../components/CustomLoader";

import AddIcon from '@mui/icons-material/Add';
Expand Down
Loading

1 comment on commit 00452e7

@vercel
Copy link

@vercel vercel bot commented on 00452e7 Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.