🚧 Bumping alpha pre-release
This commit is contained in:
parent
6b6f6fd7cd
commit
bca5deedb3
62 changed files with 477 additions and 358 deletions
|
@ -1,14 +1,14 @@
|
|||
import React, { Component } from 'react';
|
||||
import React, { Component } from "react";
|
||||
import freesewing from "freesewing";
|
||||
import './App.css';
|
||||
import "./App.css";
|
||||
|
||||
import ExampleComponent from '{{name}}';
|
||||
import ExampleComponent from "{{name}}";
|
||||
|
||||
class App extends Component {
|
||||
render() {
|
||||
console.log(freesewing);
|
||||
console.log({ExampleComponent});
|
||||
return (<p>hi there</p>)
|
||||
console.log({ ExampleComponent });
|
||||
return <p>hi there</p>;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue