summaryrefslogtreecommitdiff
path: root/src/components/shared/Basic.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/shared/Basic.tsx')
-rw-r--r--src/components/shared/Basic.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/shared/Basic.tsx b/src/components/shared/Basic.tsx
index 7071938..588fd12 100644
--- a/src/components/shared/Basic.tsx
+++ b/src/components/shared/Basic.tsx
@@ -2,15 +2,6 @@ import React from 'react';
import s from './Basic.module.scss';
-export function SectionNameType({ name, type }) {
- return (
- <h2 className={s.sectionNameType}>
- <span style={{ marginRight: 5 }}>{name}</span>
- <span>{type}</span>
- </h2>
- );
-}
-
export function LoadingDot() {
return <span className={s.loadingDot} />;
}