before removing smooth shadows

This commit is contained in:
Matei Adriel 2019-07-15 14:45:52 +03:00
parent b28eec6342
commit 9eba227ec3
70 changed files with 4277 additions and 3673 deletions
src/modules/core/components

View 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