Skip to content

Commit

Permalink
removed career.css files and updated chaanges
Browse files Browse the repository at this point in the history
  • Loading branch information
hridya-egov committed Jul 5, 2024
1 parent be94080 commit 09f59fc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 71 deletions.
33 changes: 0 additions & 33 deletions micro-ui/web/packages/engagement/src/career.css

This file was deleted.

1 change: 1 addition & 0 deletions micro-ui/web/packages/engagement/webpack.common.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');

module.exports = {
Expand Down
35 changes: 0 additions & 35 deletions micro-ui/web/packages/pgr/src/career.css

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import { useHistory, useParams } from "react-router-dom";
import { Config as Configg } from "../../configs/searchMDMSConfig";
import _, { drop } from "lodash";

import '../../styles.tw.css';
import '../../career.css';
import { prefixClasses as cx } from "../../lib/prefix-classes";

function sortByKey(arr, key) {
return arr.slice().sort((a, b) => {
Expand Down

0 comments on commit 09f59fc

Please sign in to comment.