Skip to content

Commit

Permalink
Resolve lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
onesine committed Jul 30, 2023
1 parent fb45409 commit a83f585
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Folders
dist/
assets/
pages/
styles/

# Files
Expand Down
7 changes: 4 additions & 3 deletions pages/index.js
Original file line number Diff line number Diff line change
@@ -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";

export default function Playground() {
const [value, setValue] = useState({
Expand Down

0 comments on commit a83f585

Please sign in to comment.