From f02110132279d83a275da2762ecf3dfdff9aaa9a Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 26 Sep 2025 22:17:24 +0200 Subject: [PATCH] Remove unused React --- web/pages/constitution.tsx | 1 - web/pages/faq.tsx | 2 -- web/pages/financials.tsx | 1 - web/pages/md/[filename].tsx | 1 - web/pages/members.tsx | 1 - web/pages/support.tsx | 1 - web/pages/tips-bio.tsx | 1 - 7 files changed, 8 deletions(-) diff --git a/web/pages/constitution.tsx b/web/pages/constitution.tsx index 5aea3e0..5365aa1 100644 --- a/web/pages/constitution.tsx +++ b/web/pages/constitution.tsx @@ -1,4 +1,3 @@ -import React from 'react'; import fs from 'fs'; import path from 'path'; diff --git a/web/pages/faq.tsx b/web/pages/faq.tsx index 5aea3e0..995ba00 100644 --- a/web/pages/faq.tsx +++ b/web/pages/faq.tsx @@ -1,5 +1,3 @@ -import React from 'react'; - import fs from 'fs'; import path from 'path'; import MarkdownPage from "web/components/markdown"; diff --git a/web/pages/financials.tsx b/web/pages/financials.tsx index 5aea3e0..5365aa1 100644 --- a/web/pages/financials.tsx +++ b/web/pages/financials.tsx @@ -1,4 +1,3 @@ -import React from 'react'; import fs from 'fs'; import path from 'path'; diff --git a/web/pages/md/[filename].tsx b/web/pages/md/[filename].tsx index 2adb4cf..4eebc7e 100644 --- a/web/pages/md/[filename].tsx +++ b/web/pages/md/[filename].tsx @@ -1,4 +1,3 @@ -import React from 'react'; import fs from 'fs'; import path from 'path'; import MarkdownPage from "web/components/markdown"; diff --git a/web/pages/members.tsx b/web/pages/members.tsx index 5aea3e0..5365aa1 100644 --- a/web/pages/members.tsx +++ b/web/pages/members.tsx @@ -1,4 +1,3 @@ -import React from 'react'; import fs from 'fs'; import path from 'path'; diff --git a/web/pages/support.tsx b/web/pages/support.tsx index 5aea3e0..5365aa1 100644 --- a/web/pages/support.tsx +++ b/web/pages/support.tsx @@ -1,4 +1,3 @@ -import React from 'react'; import fs from 'fs'; import path from 'path'; diff --git a/web/pages/tips-bio.tsx b/web/pages/tips-bio.tsx index 5aea3e0..5365aa1 100644 --- a/web/pages/tips-bio.tsx +++ b/web/pages/tips-bio.tsx @@ -1,4 +1,3 @@ -import React from 'react'; import fs from 'fs'; import path from 'path';