Snippets: use default export for component

environments/review-snippets-zqw5q6/deployments/638
Alex Gleason 2022-07-25 10:58:37 -05:00
rodzic 94c460a28f
commit af70d141e6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -31,9 +31,7 @@
" );",
"};",
"",
"export {",
" ${1:Component},",
"};"
"export default ${1:Component};"
],
"description": "React component"
},