Removed old imports

This commit is contained in:
Nils Streijffert
2021-02-11 09:34:55 +01:00
parent 3b54bf8e64
commit f2a17ac890
@@ -14,11 +14,7 @@
* limitations under the License.
*/
import {
isValidDate,
isValidDateAndFormat,
getTimeBasedGreeting,
} from './timeUtil';
import { getTimeBasedGreeting } from './timeUtil';
it('has greeting and language', () => {
const greeting = getTimeBasedGreeting();