Skip to content

Commit

Permalink
fix leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Jan 22, 2025
1 parent 2ddad7c commit 89adbb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/avatax/src/pages/logs.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import { useAppBridge } from "@saleor/app-sdk/app-bridge";
import { Box } from "@saleor/macaw-ui";
import React from "react";

import { LogsBrowser } from "@/modules/client-logs/ui/logs-browser";
import { AppBreadcrumbs } from "@/modules/ui/app-breadcrumbs";

import { Section } from "../modules/ui/app-section";

const Header = () => {
return <Section.Header>Check App logs (up to last 100)</Section.Header>;
return <Section.Header>Check App logs</Section.Header>;
};

const ConfigurationPage = () => {
Expand Down

0 comments on commit 89adbb0

Please sign in to comment.