many improvements + added public page

This commit is contained in:
Daniel
2023-05-28 09:25:49 +03:30
parent 19b848ee73
commit dc19638f2c
11 changed files with 229 additions and 159 deletions
+5
View File
@@ -0,0 +1,5 @@
import React from "react";
export default function PublicCollections() {
return <div>Hello</div>;
}