We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc11fd commit ff36345Copy full SHA for ff36345
2 files changed
src/SortableList.tsx
@@ -1,4 +1,5 @@
1
import React, { useState, useEffect, useCallback, SyntheticEvent } from 'react'
2
+import './pollyfill'
3
4
enum Position {
5
before = 0,
0 commit comments