twenty
twenty copied to clipboard
Refactor csv import, remove react context
Csv import is using react context, because it was initially used as a component with a provider. We're using it with a recoil state and a hook, so we can definitely drop the react context.
Is it still relevant @magrinj?