fix(template): remove unnecessary import of React in template code (#7750)

This commit is contained in:
Ryosuke Hoda
2025-05-17 02:13:57 +09:00
committed by GitHub
parent b92bb59de9
commit b3b21663d6

View File

@@ -1,7 +1,7 @@
export const template = {
'/src/index.js': {
hidden: true,
code: `import React, { StrictMode } from "react";
code: `import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import "./styles.css";