diff --git a/src/pages/index.astro b/src/pages/index.astro index dafc376..b7508c9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,12 +1,12 @@ --- import Menu from "components/UI"; -// import Cameras from "components/ML/Cameras"; +import Cameras from "components/ML/Cameras"; import Layout from "../layouts/Layout.astro"; --- - - + +

diff --git a/tsconfig.json b/tsconfig.json index 63da9ed..e23798a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,8 +29,7 @@ "state":[ "common/state.ts"], "components/*": ["components/*"], "utils": ["common/utils.ts"], - "styles":[ "styles/*"], - "readme": ["README.md"] + "styles":[ "styles/*"] } } } \ No newline at end of file