Fix more build errors
This commit is contained in:
parent
1bdc1e60db
commit
30ce47826f
61 changed files with 1161 additions and 541 deletions
|
|
@ -1,11 +1,11 @@
|
|||
// @ts-nocheck
|
||||
import { useState } from "react";
|
||||
import { FC, useState } from "react";
|
||||
import Head from "next/head";
|
||||
import { Grid, Button } from "@mui/material";
|
||||
import { Layout } from "components/Layout";
|
||||
import Iframe from "react-iframe";
|
||||
|
||||
const Leafcutter = () => {
|
||||
const Trends: FC = () => {
|
||||
const [leafcutterURL, setLeafcutterURL] = useState(
|
||||
"https://lc.digiresilience.org/trends"
|
||||
);
|
||||
|
|
@ -34,4 +34,4 @@ const Leafcutter = () => {
|
|||
);
|
||||
};
|
||||
|
||||
export default Leafcutter;
|
||||
export default Trends;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue