Skip to content

Commit 9913e21

Browse files
fix(docs): url
1 parent 8c8efe8 commit 9913e21

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/docs/notification/hooks/use-notification/_basic-usage-live-preview.md renamed to documentation/docs/notification/hooks/use-notification/basic-usage-live-preview.md

File renamed without changes.

documentation/docs/notification/hooks/use-notification/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source: https://github.com/refinedev/refine/blob/main/packages/core/src/hooks/no
55

66
import Tabs from '@theme/Tabs';
77
import TabItem from '@theme/TabItem';
8-
import BasicUsageLivePreview from "./\_basic-usage-live-preview.md";
8+
import BasicUsageLivePreview from "./basic-usage-live-preview.md";
99

1010
`useNotification` can be used to `open` or `close` notification at any time. It returns the `open` and `close` method from [`notificationProvider`](/docs/notification/notification-provider) under the hood.
1111

0 commit comments

Comments
 (0)