Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
PPL Sosial
tbcare
tbcare-mobile
Commits
e3d55a88
Commit
e3d55a88
authored
Jun 05, 2021
by
jahnsmichael
Browse files
[CHORES] fixing text must be in Text component
parent
495aaaed
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/scenes/EditProfileForm/index.tsx
View file @
e3d55a88
import
{
Box
}
from
"
components
"
;
import
{
Box
,
Text
}
from
"
components
"
;
import
React
from
"
react
"
;
const
EditProfileForm
=
()
=>
{
return
(
<
Box
>
EditProfilePage
<
Text
>
EditProfilePage
</
Text
>
</
Box
>
)
}
...
...
src/scenes/ProfilePage/index.tsx
View file @
e3d55a88
import
{
Box
}
from
"
components
"
;
import
{
Box
,
Text
}
from
"
components
"
;
import
React
from
"
react
"
;
const
ProfilePage
=
()
=>
{
return
(
<
Box
>
Edit
ProfilePage
<
Text
>
ProfilePage
</
Text
>
</
Box
>
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment