hirosystems / connect

A library for building excellent user experiences with Stacks.
https://connect.stacks.js.org
MIT License
77 stars 41 forks source link

fix: change relative import #239

Closed janniks closed 2 years ago

janniks commented 2 years ago

changes ~absolute import to relative. projects using connect may think src/... refers to an npm module.

- from 'src/types/signature';
+ from '../types/signature';