You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2021. It is now read-only.
Step 2.2 talk only about imports/ then uses imports/ui/
"Create a new directory with the name imports inside simple-todos folder. Then we create some new files in the imports/ directory:"
Files locations are imports/ui/body.html and imports/ui/body.js
between 2.3 to 2.4 it already mentions imports/ui/body.js
and 2.4 has an include of import '../imports/ui/body.js';
PR to follow..
The text was updated successfully, but these errors were encountered:
Step 2.2 talk only about
imports/
then usesimports/ui/
"Create a new directory with the name imports inside simple-todos folder. Then we create some new files in the imports/ directory:"
Files locations are
imports/ui/body.html
andimports/ui/body.js
between 2.3 to 2.4 it already mentions
imports/ui/body.js
and 2.4 has an include of
import '../imports/ui/body.js';
PR to follow..
The text was updated successfully, but these errors were encountered: