Skip to content

Commit

Permalink
Linting [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi749 committed May 2, 2024
1 parent ddf0a54 commit 0ac07b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ import sortArray from 'array-sort'
import _ from 'lodash'
import { IFilterItemProps } from 'pp365-shared-library/lib/components/FilterPanel'
import { DataSource } from 'pp365-shared-library/lib/models/DataSource'
import { parseUrlHash, setUrlHash, sortAlphabetically, sortNumerically } from 'pp365-shared-library/lib/util'
import {
parseUrlHash,
setUrlHash,
sortAlphabetically,
sortNumerically
} from 'pp365-shared-library/lib/util'
import { getObjectValue as get } from 'pp365-shared-library/lib/util/getObjectValue'
import {
IPortfolioAggregationHashState,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import { format, MessageBarType } from '@fluentui/react'
import { createReducer } from '@reduxjs/toolkit'
import strings from 'PortfolioWebPartsStrings'
import { ProjectColumn, setUrlHash, sortAlphabetically, sortNumerically } from 'pp365-shared-library'
import {
ProjectColumn,
setUrlHash,
sortAlphabetically,
sortNumerically
} from 'pp365-shared-library'
import _ from 'underscore'
import { IPortfolioOverviewHashState, IPortfolioOverviewState } from '../types'
import {
Expand Down

0 comments on commit 0ac07b1

Please sign in to comment.