Skip to content

Commit 3ac66cc

Browse files
committed
dobule quote in example
1 parent 574aac3 commit 3ac66cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/web/examples/datepicker/datepicker.format.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ import { Datepicker } from 'flowbite-react';
44
const code = `
55
'use client';
66
7-
import { Datepicker } from 'flowbite-react';
7+
import { Datepicker } from "flowbite-react";
88
99
function Component() {
10-
return <Datepicker inputFormat='dd-MMM-yyyy' />;
10+
return <Datepicker inputFormat="dd-MMM-yyyy" />;
1111
}
1212
`;
1313

1414
const codeRSC = `
15-
import { Datepicker } from 'flowbite-react';
15+
import { Datepicker } from "flowbite-react";
1616
1717
function Component() {
18-
return <Datepicker inputFormat='dd-MMM-yyyy' />;
18+
return <Datepicker inputFormat="dd-MMM-yyyy" />;
1919
}
2020
`;
2121

0 commit comments

Comments
 (0)