Skip to content

Commit a83f585

Browse files
committed
Resolve lint issue
1 parent fb45409 commit a83f585

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Folders
22
dist/
33
assets/
4-
pages/
54
styles/
65

76
# Files

pages/index.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
import Datepicker from "../src";
2-
import { useState } from "react";
3-
import { COLORS, DATE_LOOKING_OPTIONS } from "../src/constants";
41
import dayjs from "dayjs";
52
import Head from "next/head";
3+
import { useState } from "react";
4+
5+
import Datepicker from "../src";
6+
import { COLORS, DATE_LOOKING_OPTIONS } from "../src/constants";
67

78
export default function Playground() {
89
const [value, setValue] = useState({

0 commit comments

Comments
 (0)