feat: move quick start bar into own folder

This commit is contained in:
RadoslavDimchev 2023-08-15 11:13:25 +03:00
parent 8cdbee3c8f
commit 40647b5b3f
4 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import './QuickStartBar.css'
function QuickStartBar() {
const QuickStartBar = () => {
return (
<nav className="quick-start-bar">
<span>

View File

@ -1,6 +1,6 @@
import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
import './LandingPage.css'
import QuickStartBar from '../../components/General/QuickStartBar'
import QuickStartBar from '../../components/General/QuickStartBar/QuickStartBar'
function LandingPage() {
return (