change the npm to yarn and update the json
This commit is contained in:
parent
78738c9282
commit
effd1d38d0
19 changed files with 4111 additions and 6 deletions
5
ui/app/news/page.tsx
Normal file
5
ui/app/news/page.tsx
Normal file
|
@ -0,0 +1,5 @@
|
|||
import NewsPage from "@/components/NewsPage";
|
||||
|
||||
export default function Page() {
|
||||
return <NewsPage />;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue