-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add test subpage and put it on header
- Loading branch information
1 parent
c918f91
commit 60cfbe2
Showing
4 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import { Row } from 'reactstrap'; | ||
import React from 'react'; | ||
|
||
export const TestWebsite = () => { | ||
return ( | ||
<> | ||
<Row> | ||
<h2>Here you can add your mockup implementation. Good luck :)</h2> | ||
</Row> | ||
<Row> | ||
<h3>Remember to change "TestWebsite" module and header component to the proper name</h3> | ||
</Row> | ||
</> | ||
); | ||
}; | ||
|
||
export default TestWebsite; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters