-
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.
- Loading branch information
1 parent
42cf0d7
commit 8f405ee
Showing
43 changed files
with
99 additions
and
159 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
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 @@ | ||
export { default as Container } from './Container' | ||
export { default as AppsContainer } from './Container' |
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
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
File renamed without changes.
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
File renamed without changes.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
export { default as Button } from './Button' | ||
export { default as Loading } from './Loading' | ||
export { default as Separator } from './Separator' | ||
export { default as Card } from './card' | ||
export { default as Footer } from './footer' | ||
export { default as Header } from './header' | ||
export { default as Language } from './language' | ||
export { default as Logo } from './logo' | ||
export * as Navigation from './navigation' | ||
export { default as Settings } from './settings' | ||
export { default as Social } from './social' | ||
export { default as Theme } from './theme' | ||
export * as Typography from './typography' | ||
export { default as Wallet } from './wallet' | ||
export { default as Card } from './Card' | ||
export { default as Footer } from './Footer' | ||
export { default as Header } from './Header' | ||
export { default as Logo } from './Logo' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
export { default as LanguageProvider } from './Provider' | ||
export { default as LanguageSelector } from './Selector' | ||
export { default as LanguageList } from './List' | ||
|
||
import { Language } from './Language' | ||
|
||
export { Language } | ||
|
||
export default Language | ||
export { default as Provider } from './Provider' | ||
export { default as Selector } from './Selector' | ||
export { default as List } from './List' | ||
export { default as Language } from './Language' |
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
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,7 +1,2 @@ | ||
export { default as AsideNavigationItem } from './AsideNavigationItem' | ||
|
||
import { AsideNavigation } from './AsideNavigation' | ||
|
||
export { AsideNavigation } | ||
|
||
export default AsideNavigation | ||
export { default as AsideNavigation } from './AsideNavigation' |
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,2 +1,2 @@ | ||
export { default as AsideNavigation } from './aside' | ||
export { default as MainNavigation } from './main' | ||
export * as Aside from './aside' | ||
export * as Main from './main' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
export { default as MainList } from './MainList' | ||
export { default as MainListItem } from './MainListItem' | ||
|
||
import { Main } from './Main' | ||
|
||
export { Main } | ||
|
||
export default Main | ||
export { default as MainNav } from './Main' |
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,8 +1,3 @@ | ||
export { default as SettingsSelector } from './Selector' | ||
export { default as SettingsContainer } from './Container' | ||
|
||
import { Settings } from './Settings' | ||
|
||
export { Settings } | ||
|
||
export default Settings | ||
export { default as Settings } from './Settings' |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { type SVGProps } from 'react' | ||
|
||
export const XIcon = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
width='24' | ||
height='24' | ||
fill='none' | ||
viewBox='0 0 24 24' | ||
aria-hidden='true' | ||
{...props} | ||
> | ||
<g> | ||
<path | ||
fill='currentColor' | ||
d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z' | ||
></path> | ||
</g> | ||
</svg> | ||
) | ||
export default XIcon |
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,3 +1,4 @@ | ||
export { default as Discord } from './Discord' | ||
export { default as Twitter } from './Twitter' | ||
export { default as Github } from './Github' | ||
export { default as X } from './X' |
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,7 +1,3 @@ | ||
export * as SocialIcons from './icons' | ||
|
||
import { SocialMedia } from './SocialMedia' | ||
|
||
export { SocialMedia } | ||
|
||
export default SocialMedia | ||
export { default as SocialMedia } from './SocialMedia' |
Oops, something went wrong.