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