-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
using handbook components with sistent
Signed-off-by: Lakshya Satpal <[email protected]>
- Loading branch information
Showing
7 changed files
with
605 additions
and
327 deletions.
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,7 @@ | ||
import React from "react"; | ||
|
||
const SistentAbout = () => { | ||
return <div>SistentAbout</div>; | ||
}; | ||
|
||
export default SistentAbout; |
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,7 @@ | ||
import React from "react"; | ||
|
||
const SistentComponents = () => { | ||
return <div>SistentComponents</div>; | ||
}; | ||
|
||
export default SistentComponents; |
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,7 @@ | ||
import React from "react"; | ||
|
||
const SistentIdentity = () => { | ||
return <div>SistentIdentity</div>; | ||
}; | ||
|
||
export default SistentIdentity; |
This file was deleted.
Oops, something went wrong.
246 changes: 0 additions & 246 deletions
246
src/sections/Projects/Sistent/Sistent-sidebar/sidebar.style.js
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.