Skip to content

Commit 39ceea4

Browse files
authored
Update exercises/01.project-setup/01.problem.unstyled-markup/src/App.tsx
1 parent 65ff38f commit 39ceea4

File tree

1 file changed

+1
-1
lines changed
  • exercises/01.project-setup/01.problem.unstyled-markup/src

1 file changed

+1
-1
lines changed

exercises/01.project-setup/01.problem.unstyled-markup/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default function App() {
33
<>
44
<p>Let's build something epic!</p>
55
{/*
6-
🐨 1. Import the { EpicStackLogo } from the './logos/logos.tsx' file.
6+
🐨 1. Import the { EpicStackLogo } component from the './logos/logos.tsx' file.
77
It is a React component that accepts Tailwind classNames.
88
Render it with a width and height of level 20
99
*/}

0 commit comments

Comments
 (0)