mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
added rays
This commit is contained in:
parent
fcfc16c157
commit
754e11cbcc
3 changed files with 6 additions and 3 deletions
|
@ -12,6 +12,7 @@ import { ImageExample } from "~/containers/examples/ImageExample";
|
|||
import { EditorExample } from "~/containers/examples/EditorExample";
|
||||
import { HorizontalExample } from "~/containers/examples/HorizontalExample";
|
||||
import { Sprites } from "~/sprites/Sprites";
|
||||
import {GodRays} from "~/components/main/GodRays";
|
||||
|
||||
interface IAppProps {}
|
||||
interface IAppState {}
|
||||
|
@ -21,6 +22,8 @@ class Component extends React.Component<IAppProps, IAppState> {
|
|||
return (
|
||||
<ConnectedRouter history={history}>
|
||||
<MainLayout>
|
||||
<GodRays />
|
||||
|
||||
<Sprites />
|
||||
|
||||
<Switch>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue