This repository was archived by the owner on Jul 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { StrictMode } from "react" ;
22import { createRoot } from "react-dom/client" ;
3- import { App } from "./App" ;
3+ import { App } from "./App.tsx " ;
44
55createRoot ( document . getElementById ( "root" ) ! ) . render (
66 < StrictMode >
Original file line number Diff line number Diff line change 11import "./App.css" ;
2- import { Button , StyledCode } from "./Button" ;
2+ import { Button , StyledCode } from "./Button.jsx " ;
33
44export const App = ( ) => (
55 < div >
Original file line number Diff line number Diff line change 11import { StrictMode } from "react" ;
22import { createRoot } from "react-dom/client" ;
3- import { App } from "./App" ;
3+ import { App } from "./App.jsx " ;
44import "./index.css" ;
55
66createRoot ( document . getElementById ( "root" ) ) . render (
Original file line number Diff line number Diff line change 11import "./App.css" ;
2- import { Button , StyledCode } from "./Button" ;
2+ import { Button , StyledCode } from "./Button.tsx " ;
33
44export const App = ( ) => (
55 < div >
Original file line number Diff line number Diff line change 11import { StrictMode } from "react" ;
22import { createRoot } from "react-dom/client" ;
3- import { App } from "./App" ;
3+ import { App } from "./App.tsx " ;
44import "./index.css" ;
55
66createRoot ( document . getElementById ( "root" ) ! ) . render (
Original file line number Diff line number Diff line change 11import { useState } from "react" ;
22import reactLogo from "./react.svg" ;
33import "./App.css" ;
4- import { TitleWithExport , framework } from "./TitleWithExport" ;
4+ import { TitleWithExport , framework } from "./TitleWithExport.tsx " ;
55
66export const App = ( ) => {
77 const [ count , setCount ] = useState ( 0 ) ;
Original file line number Diff line number Diff line change 11import { StrictMode } from "react" ;
22import { createRoot } from "react-dom/client" ;
3- import { App } from "./App" ;
3+ import { App } from "./App.tsx " ;
44import "./index.css" ;
55
66createRoot ( document . getElementById ( "root" ) ! ) . render (
Original file line number Diff line number Diff line change 11import { StrictMode } from "react" ;
22import { createRoot } from "react-dom/client" ;
3- import { App } from "./App" ;
3+ import { App } from "./App.tsx " ;
44
55createRoot ( document . getElementById ( "root" ) ! ) . render (
66 < StrictMode >
Original file line number Diff line number Diff line change 11import "./App.css" ;
2- import { Counter , StyledCode } from "./Button" ;
2+ import { Counter , StyledCode } from "./Button.tsx " ;
33
44export const App = ( ) => (
55 < div >
Original file line number Diff line number Diff line change 11import { StrictMode } from "react" ;
22import { createRoot } from "react-dom/client" ;
3- import { App } from "./App" ;
3+ import { App } from "./App.tsx " ;
44import "./index.css" ;
55
66createRoot ( document . getElementById ( "root" ) ! ) . render (
You can’t perform that action at this time.
0 commit comments