Living in Toronto - ON
From BR
I want to create an app to better organize ADHD people with some CBT techniques and a clean/unclutered design. My first thought was “I don’t want to provide a subscription and I don’t to avoid store the user sensitive data”
I want to create an app to better organize ADHD people with some CBT techniques and a clean/unclutered design. My first thought was “I don’t want to provide a subscription and I don’t to avoid store the user sensitive data”
```typescript
declare module '*.png' {
const value: any;
export default value;
}
```
If there's a proper/easy/better way happy to learn. :)
```typescript
declare module '*.png' {
const value: any;
export default value;
}
```
If there's a proper/easy/better way happy to learn. :)