Skip to content

Commit

Permalink
Updated Workplan, Deliverables
Browse files Browse the repository at this point in the history
  • Loading branch information
kasundie30 committed Sep 17, 2024
1 parent d43b7f2 commit 5860e8d
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front-end/src/Pages/Deliverables.jsx
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
//Auto focus the for input

import { useEffect, useState } from 'react';
import style from './Deliverables.module.css'
import style from '../components/Deliverables.module.css'
import axios from "axios"
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faPen, faEye, faTrash } from '@fortawesome/free-solid-svg-icons';
2 changes: 1 addition & 1 deletion front-end/src/Pages/Workplan.jsx
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
//TODO: Set the last modified date and User

import { useEffect , useState} from 'react';
import style from './Workplan.module.css'
import style from '../components/Workplan.module.css'
import axios from 'axios';
import { loggedInUser } from '../components/Header';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
File renamed without changes.
File renamed without changes.

0 comments on commit 5860e8d

Please sign in to comment.