@krazyphish/earth 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,7 +21,7 @@ npm install @krazyphish/earth
21
21
  ```ts
22
22
  // in your main.ts or main.tsx
23
23
  // import the style sheet
24
- import "@krazyphish/earth/dist/style.css"
24
+ import "@krazyphish/earth/style.css"
25
25
  ```
26
26
 
27
27
  ```ts