Skip to content

Commit

Permalink
docs: Corrected import paths in docs pages installation and stylesheet (
Browse files Browse the repository at this point in the history
  • Loading branch information
BenniEngel authored Nov 12, 2024
1 parent 2f4246d commit 8fb6beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Um die Komponenten Styles zu verwenden, musst du das Stylesheet importieren.
Füge diese Zeile zum Einstiegspunkt deines Projektes hinzu.

```
import "@mittwald/flow-react-components/core/styles.css";
import "@mittwald/flow-react-components/all.css";
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Um die Komponenten Styles zu verwenden, musst du das Stylesheet importieren.
Füge diese Zeile zum Einstiegspunkt deines Projektes hinzu.

```
import "@mittwald/flow-stylesheet/all.css";
import "@mittwald/flow-stylesheet/css";
```

---
Expand Down

0 comments on commit 8fb6beb

Please sign in to comment.