Skip to content

Commit

Permalink
Added log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenya476 committed Jun 7, 2024
1 parent a7882bb commit 9bbbf61
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ import './App.css';
import ResponsiveDrawer from './components/ResponsiveDrawer';

function App() {
return (
<div className="App">
<ResponsiveDrawer/>
</div>
);
console.log('Allbridge Core SDK Example Project');
return (
<div className="App">
<ResponsiveDrawer/>
</div>
);
}

export default App;

0 comments on commit 9bbbf61

Please sign in to comment.