fix(ct): react build errors (#16882)

This commit is contained in:
sand4rt 2022-08-29 18:17:01 +02:00 committed by GitHub
parent f68f464f56
commit 84888737e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
import React from 'react';
import logo from './logo.svg';
import logo from './assets/logo.svg';
import './App.css';
function App() {

View File

@ -1,6 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import './App.css';
import App from './App';
ReactDOM.render(