Skip to content

Commit 1fef8c0

Browse files
author
신용준
committed
fix
1 parent a3e63e9 commit 1fef8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/Container.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import '../../assets/ReactDatepicker.css';
44
import * as React from 'react';
55
import { useState, useMemo, useRef, useEffect } from 'react';
6-
import { devFormatDate, formatDate } from '../utils/datetime';
6+
import { formatDate } from '../utils/datetime';
77
import {
88
setCenturyPage,
99
setDecadePage,

0 commit comments

Comments
 (0)