We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e63e9 commit 1fef8c0Copy full SHA for 1fef8c0
package/src/components/Container.tsx
@@ -3,7 +3,7 @@
3
import '../../assets/ReactDatepicker.css';
4
import * as React from 'react';
5
import { useState, useMemo, useRef, useEffect } from 'react';
6
-import { devFormatDate, formatDate } from '../utils/datetime';
+import { formatDate } from '../utils/datetime';
7
import {
8
setCenturyPage,
9
setDecadePage,
0 commit comments