diff --git a/src/custom/docs/components/footer/index.tsx b/src/custom/docs/components/footer/index.tsx index 967a841..2a062a9 100644 --- a/src/custom/docs/components/footer/index.tsx +++ b/src/custom/docs/components/footer/index.tsx @@ -1,5 +1,5 @@ import { QuantinuumLogo } from "../../QuantinuumLogo"; - +import { Separator } from "src"; export const Footer = (props: { subtitle: string, columns: { title: string; items: { @@ -8,6 +8,12 @@ export const Footer = (props: { subtitle: string, columns: { }[]; }[] }) => { return ( +