Add copyright header to saving.ts

This commit is contained in:
Henrik Giesel 2021-08-08 00:46:17 +02:00
parent 722831ea8d
commit f2dbe2415e

View file

@ -1,3 +1,6 @@
// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
import type { EditingArea } from "./editing-area";
import { ChangeTimer } from "./change-timer";