From 12acb8041060306b361109b46f9f05dbb4382ea0 Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Thu, 19 Sep 2024 21:45:31 +0200 Subject: Add full example app (#204) Also, remove the other examples and simplify the readme.--- internal/examples/app/go.sum | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 internal/examples/app/go.sum (limited to 'internal/examples/app/go.sum') diff --git a/internal/examples/app/go.sum b/internal/examples/app/go.sum new file mode 100644 index 0000000..37a89f1 --- /dev/null +++ b/internal/examples/app/go.sum @@ -0,0 +1,2 @@ +github.com/maragudk/gomponents v0.20.5 h1:Z8phdQIW+NqAGO0clMh/wyv1/M7viUBf7/EL44gvwtI= +github.com/maragudk/gomponents v0.20.5/go.mod h1:nHkNnZL6ODgMBeJhrZjkMHVvNdoYsfmpKB2/hjdQ0Hg= -- cgit 1.4.1