forked from Aldhanekaa/windmill-dashboard-nextjs
-
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
02d950b
commit aa228eb
Showing
47 changed files
with
191,023 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,59 @@ | ||
import { ReactComponent as ButtonsIcon } from './buttons.svg' | ||
import { ReactComponent as CardsIcon } from './cards.svg' | ||
import { ReactComponent as ChartsIcon } from './charts.svg' | ||
import { ReactComponent as FormsIcon } from './forms.svg' | ||
import { ReactComponent as HomeIcon } from './home.svg' | ||
import { ReactComponent as ModalsIcon } from './modals.svg' | ||
import { ReactComponent as PagesIcon } from './pages.svg' | ||
import { ReactComponent as TablesIcon } from './tables.svg' | ||
import { ReactComponent as HeartIcon } from './heart.svg' | ||
import { ReactComponent as EditIcon } from './edit.svg' | ||
import { ReactComponent as TrashIcon } from './trash.svg' | ||
import { ReactComponent as ForbiddenIcon } from './forbidden.svg' | ||
import { ReactComponent as GithubIcon } from './github.svg' | ||
import { ReactComponent as TwitterIcon } from './twitter.svg' | ||
import { ReactComponent as MailIcon } from './mail.svg' | ||
import { ReactComponent as CartIcon } from './cart.svg' | ||
import { ReactComponent as ChatIcon } from './chat.svg' | ||
import { ReactComponent as MoneyIcon } from './money.svg' | ||
import { ReactComponent as PeopleIcon } from './people.svg' | ||
import { ReactComponent as SearchIcon } from './search.svg' | ||
import { ReactComponent as MoonIcon } from './moon.svg' | ||
import { ReactComponent as SunIcon } from './sun.svg' | ||
import { ReactComponent as BellIcon } from './bell.svg' | ||
import { ReactComponent as MenuIcon } from './menu.svg' | ||
import { ReactComponent as DropdownIcon } from './dropdown.svg' | ||
import { ReactComponent as OutlinePersonIcon } from './outlinePerson.svg' | ||
import { ReactComponent as OutlineCogIcon } from './outlineCog.svg' | ||
import { ReactComponent as OutlineLogoutIcon } from './outlineLogout.svg' | ||
|
||
export { | ||
ButtonsIcon, | ||
CardsIcon, | ||
ChartsIcon, | ||
FormsIcon, | ||
HomeIcon, | ||
ModalsIcon, | ||
PagesIcon, | ||
TablesIcon, | ||
HeartIcon, | ||
EditIcon, | ||
TrashIcon, | ||
ForbiddenIcon, | ||
GithubIcon, | ||
TwitterIcon, | ||
MailIcon, | ||
CartIcon, | ||
ChatIcon, | ||
MoneyIcon, | ||
PeopleIcon, | ||
SearchIcon, | ||
MoonIcon, | ||
SunIcon, | ||
BellIcon, | ||
MenuIcon, | ||
DropdownIcon, | ||
OutlinePersonIcon, | ||
OutlineCogIcon, | ||
OutlineLogoutIcon, | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"paths": { | ||
"utils/*": ["./utils/*"], | ||
"components/*": ["./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
Oops, something went wrong.