chore: persist domain after NS clear

This commit is contained in:
Maël Gangloff
2024-09-08 21:48:37 +02:00
parent 9b8481e3f3
commit 124168380a
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import React from "react";
export function TrackedDomainList() {
return <>
</>
}