This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
test build
tags/Baseline_30082024_FRONTEND_UAT
MSI\User
1 year ago
parent
15ac350dcb
commit
f78343649c
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
src/app/(main)/dashboard/page.tsx
+ 1
- 3
src/app/(main)/dashboard/page.tsx
View File
@@ -15,9 +15,7 @@ export const metadata: Metadata = {
const Dashboard: React.FC = () => {
return (
<I18nProvider namespaces={["dashboard"]}>
{/* <DashboardPage /> */}
</I18nProvider>
<div>test</div>
);
};
Write
Preview
Loading…
Cancel
Save