Added catalog generation, need to bug fix
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { AppProperties } from "../../../(_islands)/AppNavigator.tsx";
|
||||
|
||||
const properties: AppProperties = {
|
||||
name: "PolyNotes",
|
||||
icon: "school"
|
||||
};
|
||||
|
||||
export default properties;
|
||||
Reference in New Issue
Block a user