Skip to content

Commit

Permalink
feat: use ugrc dartboard instead of vendor version
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 5, 2022
1 parent 07ab446 commit cd31fac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 419 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { initializeApp } from 'firebase/app';
import { getAnalytics, logEvent } from 'firebase/analytics';
import { Disclaimer, Header, Sidebar, Section, ParcelInformation, ParcelTypeAhead, TypeAhead } from './PageElements';
import ParcelMap from './MapView';
import { TailwindDartboard } from './vendor/Dartboard/Dartboard';
import { TailwindDartboard } from '@ugrc/dart-board';
import { useOpenClosed } from '@ugrc/utilities/hooks';
import { useHash, useMapZooming, useGraphicManager } from './hooks';
import extents from './extents';
Expand Down
Loading

0 comments on commit cd31fac

Please sign in to comment.