We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb45409 commit a83f585Copy full SHA for a83f585
.eslintignore
@@ -1,7 +1,6 @@
1
# Folders
2
dist/
3
assets/
4
-pages/
5
styles/
6
7
# Files
pages/index.js
@@ -1,8 +1,9 @@
-import Datepicker from "../src";
-import { useState } from "react";
-import { COLORS, DATE_LOOKING_OPTIONS } from "../src/constants";
import dayjs from "dayjs";
import Head from "next/head";
+import { useState } from "react";
+
+import Datepicker from "../src";
+import { COLORS, DATE_LOOKING_OPTIONS } from "../src/constants";
8
export default function Playground() {
9
const [value, setValue] = useState({
0 commit comments