You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/learn/importing-and-exporting-components.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ export default function App() {
179
179
}
180
180
```
181
181
182
-
Now `Gallery.js`contains two exports: a default `Gallery` export, and a named `Profile` export. `App.js`imports both of them. Try editing`<Profile />`to `<Gallery />`and back in this example:
182
+
حال در اینجا فایل `Gallery.js`دو export دارد: یک default export مربوط به کامپوننت `Gallery`, و یک named export مربوط به کامپوننت `Profile`. در فایل `App.js`هردوی آنها ایمپورت میشوند. حال دستور`<Profile />`را به `<Gallery />`تغییر بدهید و به مثال بازگردید:
0 commit comments