Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KTruong008/9f46b518abc0f02e751dd56c138f5fed to your computer and use it in GitHub Desktop.
Save KTruong008/9f46b518abc0f02e751dd56c138f5fed to your computer and use it in GitHub Desktop.
import React from 'react';
// import Box from './styles/Box'
// import Trigger from './styles/Trigger';
import Final from '../Final';
export class App extends React.Component {
render() {
return (
<Final />
// <Trigger>
// <Box />
// </Trigger>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment