Skip to content

Commit

Permalink
chore: versions and things
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnarus-G committed Jun 6, 2024
1 parent 972805b commit 6c2e51a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mynd"
version = "0.0.0"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import autoAnimate from "@formkit/auto-animate";
import { invoke } from "@tauri-apps/api/core";
import { onMount } from "svelte";
import TodoItem from "../components/TodoItem.svelte";
import TodoItem from "../lib/TodoItem.svelte";
type Todo = {
id: string;
Expand Down

0 comments on commit 6c2e51a

Please sign in to comment.