packages/app directory

Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2022-02-09 10:59:54 +01:00
parent f87a740a6a
commit 805f8acfd0
+1 -1
View File
@@ -24,7 +24,7 @@ yarn add @backstage/plugin-home
#### 2. Create a new HomePage component
Inside your `packages/app`, create a new file where our new Home Page component is going to live. Create `packages/app/src/components/home/HomePage.tsx` with the following initial code
Inside your `packages/app` directory, create a new file where our new Home Page component is going to live. Create `packages/app/src/components/home/HomePage.tsx` with the following initial code
```tsx
import React from 'react';