import React from "react"; import AlertInfoLine from "~/containers/AlertInfoLine"; export default function AlertInfoLineW3w({ alert, ...props }) { return ( ); }