Skip to content

Commit

Permalink
Remove unused 'resourceTypeRange'
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhoads committed Jul 27, 2023
1 parent 7e4277f commit 86555a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { gql, useQuery } from '@apollo/client'
import { Works } from '../SearchWork/SearchWork'
import { ForceDirectedGraphLink, ForceDirectedGraphNode } from '../ForceDirectedGraph/ForceDirectedGraph'
import WorksDashboard from '../WorksDashboard/WorksDashboard'
import { resourceTypeDomain, resourceTypeRange } from '../../data/color_palettes'
import { resourceTypeDomain } from '../../data/color_palettes'

type Props = {
rorId?: string
Expand Down

0 comments on commit 86555a1

Please sign in to comment.