Skip to content

Instantly share code, notes, and snippets.

@achukka
Last active May 12, 2021 03:47
Show Gist options
  • Save achukka/f80bdf001b01c24e3ecc6ad0fd70f5c1 to your computer and use it in GitHub Desktop.
Save achukka/f80bdf001b01c24e3ecc6ad0fd70f5c1 to your computer and use it in GitHub Desktop.
Gist for create to do list
export interface Item {
task: string;
priority: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment