We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b51bf9 commit 58194dfCopy full SHA for 58194df
README.md
@@ -14,13 +14,13 @@ NextJS and React Snippets with TypeScript support as well!🚀
14
15
### JavaScript
16
17
-1. `rir` (Import React)
+1. `rimr` (Import React)
18
19
```jsx
20
import React from 'react';
21
```
22
23
-2. `rird` (Import ReactDOM)
+2. `rimrd` (Import ReactDOM)
24
25
26
import ReactDOM from 'react-dom';
snippets/react-javascript.json
@@ -1,11 +1,11 @@
1
{
2
"Import React": {
3
- "prefix": "rir",
+ "prefix": "rimr",
4
"body": ["import React from 'react';"],
5
"description": "Import React"
6
},
7
"Import ReactDOM": {
8
- "prefix": "rird",
+ "prefix": "rimrd",
9
"body": ["import ReactDOM from 'react-dom';"],
10
"description": "Import ReactDOM"
11
0 commit comments