Here is the code I am using
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{tcolorbox}
\tcbuselibrary{skins,breakable}
\usepackage{mathtools, amsmath, amsthm}
\usepackage{fancyhdr}
\usepackage{todonotes}
\usepackage{pgfornament}
\usepackage{pgfpages}
\usepackage[margin=1in]{geometry}
\usepackage{titlesec}
\usepackage{xcolor}
\usepackage{fontawesome}
\usepackage{pgfornament}
\usepackage{fancyhdr}
\usepackage{hyperref}
\usepackage[titles]{tocloft}
\titleformat{\section}{\Large\bfseries\color{blue}}{\faBook}{1em}{\thesection.}
\titleformat{\subsection}{\large\bfseries\color{black}}{\faAngleRight}{1em}{\thesubsection.}
\pagestyle{fancy}
\fancyhf{}
\fancyfoot[C]{Page \thepage}
\renewcommand{\footrulewidth}{0.4pt}
\fancyhead[C]{\pgfornament[width=2cm]{88}}
\begin{document}
\title{Hello All}
\author{XYZ}
\date{\today}
\maketitle
\listoftodos
\tableofcontents
\section{Introduction}
\end{document}
I get 0.To Do list and 0. Content. How do I get rid of this and just have 1.Introduction?