complete home page
This commit is contained in:
+6
-2
@@ -1,7 +1,11 @@
|
||||
import { Imei } from "./components/home/imei";
|
||||
import { StatusBox } from "./components/home/status-box";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="text-green-900">
|
||||
Hello World
|
||||
<div className="flex flex-col gap-y-[30px] w-full">
|
||||
<StatusBox />
|
||||
<Imei />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user