generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #250 from coder12git/sistent-site-draft
fix(site): fix empty components fix #237
- Loading branch information
Showing
8 changed files
with
8,781 additions
and
19,948 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1 +1,9 @@ | ||
import React from 'react'; | ||
import React from 'react'; | ||
|
||
const Components = () => { | ||
return( | ||
<div className="text-center text-bold">Components</div> | ||
) | ||
}; | ||
|
||
export default Components; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
import React from "react"; | ||
import React from "react"; | ||
|
||
const Patterns = () => { | ||
return( | ||
<div className="text-center text-bold">Patterns</div> | ||
) | ||
}; | ||
|
||
export default Patterns; |
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 |
---|---|---|
@@ -1 +1,9 @@ | ||
import React from "react"; | ||
import React from "react"; | ||
|
||
const Visualize = () => { | ||
return( | ||
<div className="text-center text-bold">Visualize</div> | ||
) | ||
}; | ||
|
||
export default Visualize; |