mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
remove unused import
This commit is contained in:
committed by
GitHub
parent
cc6bdb96c5
commit
8d12853846
@@ -1,4 +1,4 @@
|
||||
import { useState, useMemo } from 'react';
|
||||
import { useState } from 'react';
|
||||
|
||||
export default function DoubleCount() {
|
||||
const [count] = useState(10);
|
||||
|
||||
Reference in New Issue
Block a user