Living in Toronto - ON
From BR
Talvez Pedro Crews.
Talvez Pedro Crews.
I’m glad that you have power! I wasn’t affected by the storm but I have friend that were.
I’m glad that you have power! I wasn’t affected by the storm but I have friend that were.
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. :)