before removing smooth shadows
This commit is contained in:
parent
b28eec6342
commit
9eba227ec3
70 changed files with 4277 additions and 3673 deletions
src/modules/core/components
10
src/modules/core/components/App.tsx
Normal file
10
src/modules/core/components/App.tsx
Normal file
|
@ -0,0 +1,10 @@
|
|||
import React from 'react'
|
||||
import '../styles/reset'
|
||||
import './App.scss'
|
||||
import Canvas from './Canvas'
|
||||
|
||||
const App = () => {
|
||||
return <Canvas />
|
||||
}
|
||||
|
||||
export default App
|
Loading…
Add table
Add a link
Reference in a new issue