another commit without a list of specific changes! (misc)
This commit is contained in:
@@ -32,7 +32,7 @@ export default function Root({ child }) {
|
||||
color="danger">
|
||||
Work in progress... bugs are to be expected.
|
||||
</Alert> */}
|
||||
{child == "LoginPage" && (<LoginPage />)}
|
||||
{child == "LoginPage" && (<LoginPage client:only="react" />)}
|
||||
{child == "LyricSearch" && (<LyricSearch client:only="react" />)}
|
||||
{child == "Player" && (<Player client:only="react" />)}
|
||||
{child == "Memes" && <Memes client:only="react" />}
|
||||
|
||||
Reference in New Issue
Block a user