Skip to content

Commit

Permalink
refactor(backend): remove extraneous imports from settings state.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Nov 12, 2024
1 parent dff6a24 commit 6aaa837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/features/settings/state.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ManyClientPartialSettings, ManyClientSettings, PartialSettings, RequiredSettings, Settings } from '@presenter/contract'
import { ManyClientPartialSettings, ManyClientSettings, PartialSettings, RequiredSettings } from '@presenter/contract'
import { mutableValue, readOnly, subscribable } from '@presenter/node'
import { merge } from '@presenter/swiss-knife'
import { omit, pick } from 'radashi'
Expand Down

0 comments on commit 6aaa837

Please sign in to comment.