Chad Adams
Results
2
issues of
Chad Adams
can I add a note from cmd line without using an editor? ex. `t edit --append "my new note"` I tried this but it just opens the editor
```javascript import { Lines } from "react-svg-textures"; // ``` ``` ./src/mods/Lines.js 53:30-35 'react-svg-textures' does not contain an export named 'Lines'. ``` I also tried ```javascript import Textures from "react-svg-textures"; const...