Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2021
Kelas D
PT Gizi Sehat - Dietela
Dietela Mobile
Commits
db4889a7
Commit
db4889a7
authored
May 17, 2021
by
Doan Andreas Nathanael
Browse files
[GREEN] add boilerplate for client list admin
parent
36801e58
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/scenes/admin/ClientListAdmin/index.test.tsx
0 → 100644
View file @
db4889a7
import
React
from
'
react
'
;
import
{
render
}
from
'
utils/testing
'
;
import
*
as
ROUTES
from
'
constants/routes
'
;
import
ClientListAdmin
from
'
.
'
;
describe
(
'
ClientListAdmin
'
,
()
=>
{
it
(
'
renders correctly
'
,
()
=>
{
render
(<
ClientListAdmin
/>,
ROUTES
.
clientListForAdmin
);
});
});
src/scenes/admin/ClientListAdmin/index.tsx
0 → 100644
View file @
db4889a7
import
React
,
{
FC
}
from
'
react
'
;
import
{
Text
}
from
'
react-native
'
;
const
ClientListAdmin
:
FC
=
()
=>
<
Text
>
hai
</
Text
>;
export
default
ClientListAdmin
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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