New Container

This commit is contained in:
Belen Curcio
2020-10-22 18:13:45 -03:00
parent 5fabcd4789
commit 400e40358b
11 changed files with 34 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
const Sun = ({ ...props }) => {
const DoubleChevron = ({ ...props }) => {
return (
<svg
width="24"
@@ -19,4 +19,4 @@ const Sun = ({ ...props }) => {
)
}
export default Sun
export default DoubleChevron

View File

@@ -9,3 +9,4 @@ export { default as Check } from './Check'
export { default as Sun } from './Sun'
export { default as Moon } from './Moon'
export { default as Github } from './Github'
export { default as DoubleChevron } from './DoubleChevron'