This commit is contained in:
2023-03-01 14:30:35 +01:00
parent 2b7dc81db8
commit 9f0481a180
3 changed files with 27 additions and 22 deletions

View File

@@ -29,6 +29,14 @@ function App() {
};
```
Go to `index.js` or anywhere before render. Add the following line of code:
```js
Garlic.peal(document);
```
And all is done!
## Astro
Coming soon :)