mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: update front
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import React from 'react';
|
||||
|
||||
|
||||
const DashboardPage = () => {
|
||||
export default function DashboardPage() {
|
||||
return (
|
||||
<>
|
||||
<p>Dashboard</p>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default DashboardPage;
|
||||
|
||||
Reference in New Issue
Block a user