This commit is contained in:
Asaph
2025-09-01 12:00:19 +05:30
parent 6d6854bf69
commit 30e8f162e5
2 changed files with 9 additions and 0 deletions

View File

@ -67,4 +67,6 @@
![alt text](image-14.png)
![alt text](image-15.png)
## Checking Remote

7
demo.js Normal file
View File

@ -0,0 +1,7 @@
import React from "react";
const demo = () => {
return <div>demo</div>;
};
export default demo;