diff --git a/components/ComponentsView.jsx b/components/ComponentsView.jsx index e18e29b6..54d666ba 100644 --- a/components/ComponentsView.jsx +++ b/components/ComponentsView.jsx @@ -2,13 +2,27 @@ import React from "react"; import View from "./View"; import ComponentBox from "./ComponentBox"; -import { FlexBox } from "src"; +import { AlertBox2, FlexBox } from "src"; export default function ComponentsView() { const { cssClass, componentsToDisplay } = ComponentsView; return ( + +
+ PSA: This is the DEPRECATED Dewey components page. To see the new Dewey 3.0, please + navigate to{" "} + + go/dew3y + + , and check out #eng-dew3y in slack for more information. +
+
{componentsToDisplay .sort((a, b) => a.componentName.localeCompare(b.componentName))