Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove unnecessary import from popover example #430

Merged
merged 2 commits into from
Apr 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/docs/content/components/popover/custom-content.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DeleteUser = `import React from "react";
import { useTheme, Text, Button, Grid, Row } from "@nextui-org/react";
import { Text, Button, Grid, Row } from "@nextui-org/react";

export const DeleteUser = () => {
return (
Expand All @@ -11,7 +11,7 @@ export const DeleteUser = () => {
</Row>
<Row>
<Text>
Are you sure you want to delete this user ?, by doing this, you will
Are you sure you want to delete this user ? By doing this, you will
not be able to recover the data.
</Text>
</Row>
Expand Down