organizing env variables and white label stuff

This commit is contained in:
Carter 2025-04-16 09:33:40 -06:00
parent bd852c083a
commit 0ed8d961f6
7 changed files with 20 additions and 17 deletions

View file

@ -1,12 +1,11 @@
import React, { PropsWithChildren } from "react";
import Router from "./Router";
export default function NavigationContainer() {
return (
<React.Fragment>
<>
{/* <NotificationBanner /> */}
<Router />
</React.Fragment>
</>
);
}