mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-04 20:37:29 +02:00
remove wrong import
This commit is contained in:
@@ -5,8 +5,6 @@ import { ProBadge } from './ProBadge';
|
|||||||
import { HStack } from './Stack';
|
import { HStack } from './Stack';
|
||||||
import { useEffect, useState } from 'preact/hooks';
|
import { useEffect, useState } from 'preact/hooks';
|
||||||
|
|
||||||
import React, { useState } from 'react';
|
|
||||||
|
|
||||||
const JS13K = props => {
|
const JS13K = props => {
|
||||||
const [daysLeft, setDaysLeft] = useState(0);
|
const [daysLeft, setDaysLeft] = useState(0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user