refactor: split components Watchlist Page

This commit is contained in:
Maël Gangloff
2024-07-29 18:54:28 +02:00
parent dd4b6c8869
commit f9c003fffb
6 changed files with 381 additions and 354 deletions

View File

@@ -1,6 +1,6 @@
import {Result} from "antd";
import React from "react";
import { t } from 'ttag'
import {t} from 'ttag'
export default function NotFoundPage() {