We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70aec0b commit b90ff04Copy full SHA for b90ff04
1 file changed
packages/container/src/App.js
@@ -4,7 +4,7 @@ import MarketingApp from "./components/MarketingApp"
4
const App = () => {
5
return (
6
<div>
7
- <h1>This is a Container</h1>
+ <h1>This is a Container!</h1>
8
<hr />
9
<MarketingApp />
10
</div>
0 commit comments