🚧 Ongoing work on CFP
This commit is contained in:
parent
7cc4130a11
commit
6b6f6fd7cd
54 changed files with 1360 additions and 3295 deletions
|
@ -0,0 +1,15 @@
|
|||
import React, { Component } from 'react';
|
||||
import freesewing from "freesewing";
|
||||
import './App.css';
|
||||
|
||||
import ExampleComponent from '{{name}}';
|
||||
|
||||
class App extends Component {
|
||||
render() {
|
||||
console.log(freesewing);
|
||||
console.log({ExampleComponent});
|
||||
return (<p>hi there</p>)
|
||||
}
|
||||
}
|
||||
|
||||
export default App;
|
Loading…
Add table
Add a link
Reference in a new issue