This website requires JavaScript.
Explore
Help
Register
Sign In
sonot
/
PteroTheme
Watch
1
Star
0
Fork
You've already forked PteroTheme
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6618a124e7
PteroTheme
/
resources
/
scripts
/
components
/
server
/
ServerConsole.tsx
8 lines
108 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Fix some issues with navigating in the router and bad animations
2019-06-29 06:17:29 +01:00
import
React
from
'react'
;
export
default
(
)
=
>
(
Add basic navigation bar to server view
2019-06-29 06:49:08 +01:00
<
div
className
=
{
'my-10'
}
>
Test
<
/
div
>
Fix some issues with navigating in the router and bad animations
2019-06-29 06:17:29 +01:00
)
;