generic tracking oage
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
import React from "react";
|
||||
import { useParams } from 'react-router-dom'
|
||||
import { useParams } from "react-router-dom";
|
||||
|
||||
import Layout from "../../Partials/Layout";
|
||||
import UserWeightWidget from "./UserWeightWidget";
|
||||
import UserRecentTracking from "./UserRecentTracking";
|
||||
|
||||
export default function TrackAction() {
|
||||
|
||||
let {trackpage} = useParams();
|
||||
let { trackpage } = useParams();
|
||||
|
||||
console.log("TRACK PAGE = = ",trackpage);
|
||||
console.log("TRACK PAGE = = ", trackpage);
|
||||
|
||||
return (
|
||||
<>
|
||||
@@ -24,14 +23,10 @@ export default function TrackAction() {
|
||||
<div className="my-wallets w-full h-full bg-white dark:bg-dark-white rounded-lg p-6">
|
||||
<div className="mb-4">
|
||||
<h1 className="text-xl font-bold tracking-wide text-dark-gray dark:text-white">
|
||||
Some title HERE
|
||||
Some title HERE
|
||||
</h1>
|
||||
</div>
|
||||
<div className="content-area">
|
||||
|
||||
SOMETHING HERE
|
||||
|
||||
</div>
|
||||
<div className="content-area">SOMETHING HERE</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user