Skip to content

Commit

Permalink
Merge pull request #674 from colonial-heritage/fix-imports
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
barbarah authored Jun 26, 2024
2 parents de878e8 + c961e7d commit 8740f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {z} from 'zod';
import {addUserNotice} from './actions';
import {InformationCircleIcon, XMarkIcon} from '@heroicons/react/24/outline';
import {
FormRow,
InputLabel,
LanguageSelector,
Textarea,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,9 @@ import {localContextsNoticesEnrichmentFetcher} from '@/lib/enricher-instances';
import Image from 'next/image';
import useObject from '../use-object';
import {localContextsNoticeEnrichmentTypeMapping} from './mapping';
import {
LocalizedMarkdown,
SlideOut,
SlideOutButton,
} from '@colonial-collections/ui';
import {LocalizedMarkdown, SlideOutButton} from '@colonial-collections/ui';
import {ChatBubbleBottomCenterTextIcon} from '@heroicons/react/24/outline';
import SignedIn from '@/lib/community/signed-in';
import {SignedOut} from '@clerk/nextjs';
import {
SignedInWithCommunitySideOut,
SignedOutSlideOut,
} from '@/components/slide-outs';
import {SignedInWithCommunitySideOut} from '@/components/slide-outs';
import {LocalContextsNoticeForm} from './form';
import {LocalContextsNoticeEnrichment} from '@colonial-collections/enricher';
import {ProvidedBy} from '../provided-by';
Expand Down

0 comments on commit 8740f00

Please sign in to comment.