Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Jan 24, 2025
1 parent 9c31f39 commit eb68eba
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import { FluentLayout } from "../components/fluent/fluent-layout";
import BaseLayout from "../layouts/base-layout.astro";
import { FluentLayout } from "../../components/fluent/fluent-layout";
import BaseLayout from "../../layouts/base-layout.astro";
import {
DashboardFromAzureStorage,
type CoverageFromAzureStorageOptions,
Expand All @@ -21,8 +21,7 @@ const options: CoverageFromAzureStorageOptions = {
---

<BaseLayout>
<!-- <DashboardPage client:only="react" /> -->
<FluentLayout client:only="react">
<DashboardFromAzureStorage options={options} client:only="react" />;
<DashboardFromAzureStorage options={options} client:only="react" />
</FluentLayout>
</BaseLayout>

0 comments on commit eb68eba

Please sign in to comment.