@@ -10,4 +10,6 @@ const head = (ar) => {
const [head, ...rest] = ar;
return head;
-};
+};
+
+export default head;