1297c9f391
* moved files into new structure * translation files / namespace per "page" fixes: #77 * renamed pages to sections * moved save, delete and others to common bundle
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
import React from "react";
|
|
|
|
export const GroupsSection = () => {
|
|
return <>The Groups Page</>;
|
|
};
|