Explorar o código

create PageAlerts

yuken %!s(int64=3) %!d(string=hai) anos
pai
achega
3232eb987b
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      packages/app/src/components/PageAlert/PageAlerts.tsx

+ 13 - 0
packages/app/src/components/PageAlert/PageAlerts.tsx

@@ -0,0 +1,13 @@
+
+
+export const PageAlerts = (): JSX.Element => {
+
+
+  return (
+    <div className="row d-edit-none">
+      <div className="col-sm-12">
+        {/* alerts */}
+      </div>
+    </div>
+  );
+}