mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
got the middle scrolling correct
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { LocalModule } from "@/models/local/localModules";
|
||||
import React from "react";
|
||||
|
||||
export default function ExpandableModule({ module }: { module: LocalModule }) {
|
||||
return (
|
||||
<details>
|
||||
<summary> {module.name}</summary>
|
||||
expanded details
|
||||
</details>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user