1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-10-04 12:51:34 +02:00

chore: migrate from preact to react (#4435)

This commit is contained in:
Kamran Ahmed
2023-08-31 17:19:18 +01:00
committed by GitHub
parent c274feced1
commit 5c57a84e82
142 changed files with 931 additions and 907 deletions

View File

@@ -1,4 +1,4 @@
import { useEffect, useState } from 'preact/hooks';
import { useEffect, useState } from 'react';
import { httpGet, httpPut } from '../../lib/http';
import type { PageType } from '../CommandMenu/CommandMenu';
import ChevronDownIcon from '../../icons/chevron-down.svg';