This commit is contained in:
Asaph
2025-09-11 11:04:18 +05:30
parent 7f1dfe7346
commit 3de95f5224
2 changed files with 11 additions and 0 deletions

7
Demo/test2.js Normal file
View File

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

View File

@ -76,3 +76,7 @@
## 11.Ignore ## 11.Ignore
![alt text](image-17.png) ![alt text](image-17.png)
![alt text](image-18.png)
![alt text](image-19.png)
## 14: Viewing File History