In an exercice, I'm asked to draw the $X_{imp}(\omega)$ Discrete-Time Fourier Transform (DTFT) of the $x_{imp}(n)$ unit impulse sequence defined as: $$ x_{imp}(n) = \begin{cases} 1 & \text{if } n = 0 \\ 0 & \text{otherwise} \end{cases} $$
Thanks to another question, I think I understand the difference between the DFT and the DTFT.
So, given $X(\omega) = \sum_{-\infty}^{\infty} x(n)\cdot{\rm e}^{-j\omega n}$, I end up with $X_{imp}(\omega) = 1$ because all terms of the summation would be $0$, except at $n=0$ where $x(n)\cdot{\rm e}^{-j\omega n} = 1$.
If my answer is correct, does that mean the unit impulse sequence would have the same amount of "energy" (← is this the right word?) for all frequencies, including audio, radio frequencies X-Rays, light or whatever else. That seems somewhat irrealistic to me. So, where is the flaw in my reasoning?