添加cookie页面

This commit is contained in:
2024-09-22 00:28:26 +08:00
parent 43fb5231b8
commit 54c9020c36
3 changed files with 29 additions and 1 deletions
@@ -0,0 +1,5 @@
import React from 'react';
export default function CookieManager() {
return <div></div>;
}