add more slices
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
function useTimeCounter(time) {
|
||||
console.log('time counter executed...')
|
||||
// time: 8分12秒 这种
|
||||
const [timeTuple, setTimeTuple] = useState([0, 0]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user