dinou 1.0.3 → 1.0.4
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -213,7 +213,7 @@ dinou main features are:
|
|
|
213
213
|
|
|
214
214
|
"use client";
|
|
215
215
|
|
|
216
|
-
import Suspense from "react
|
|
216
|
+
import { Suspense } from "react";
|
|
217
217
|
import { getPost } from "./get-post";
|
|
218
218
|
import Post from "./post";
|
|
219
219
|
import type { PostType } from "./post";
|