refactor(builds): refactored the build process to hold in the build info plus version
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 3m54s
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 3m54s
This commit is contained in:
17
frontend/src/routes/docs/datamart.tsx
Normal file
17
frontend/src/routes/docs/datamart.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
|
||||
export const Route = createFileRoute("/docs/datamart")({
|
||||
component: RouteComponent,
|
||||
});
|
||||
|
||||
function RouteComponent() {
|
||||
return (
|
||||
<div className="w-full h-[calc(100vh-48px)] overflow-hidden mr-2 ml-2">
|
||||
<iframe
|
||||
className="w-full h-full border-0"
|
||||
title="datamart"
|
||||
src="https://docs.tuffraid.net/share/40lshswjqq/p/logistics-support-tool-docs-g3nuKAZ7Pw"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user