This commit is contained in:
dmitry-vsl
2025-09-24 00:44:06 +00:00
parent 8f7775bf24
commit 484f86abca
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
Example of a TODO app built using the Preact library Example of a TODO app built using the Preact library
*/ */
import React from "preact/compat" import * as React from "preact/compat"
// Core // Core

File diff suppressed because one or more lines are too long