mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-01 06:05:46 +00:00
feat: move quick start bar into own folder
This commit is contained in:
parent
8cdbee3c8f
commit
40647b5b3f
@ -1,6 +1,6 @@
|
|||||||
import './QuickStartBar.css'
|
import './QuickStartBar.css'
|
||||||
|
|
||||||
function QuickStartBar() {
|
const QuickStartBar = () => {
|
||||||
return (
|
return (
|
||||||
<nav className="quick-start-bar">
|
<nav className="quick-start-bar">
|
||||||
<span>
|
<span>
|
@ -1,6 +1,6 @@
|
|||||||
import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
|
import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
|
||||||
import './LandingPage.css'
|
import './LandingPage.css'
|
||||||
import QuickStartBar from '../../components/General/QuickStartBar'
|
import QuickStartBar from '../../components/General/QuickStartBar/QuickStartBar'
|
||||||
|
|
||||||
function LandingPage() {
|
function LandingPage() {
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user