Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
🔥 Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Feb 2, 2021
1 parent faf6d94 commit fa0b2c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/createStore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import {
assignProps,
createSignal,
createComputed,
createEffect,
createMemo,
} from 'solid-js';

type BaseObject = Record<string, any>;
Expand Down

0 comments on commit fa0b2c3

Please sign in to comment.