Skip to content

Commit

Permalink
import newentryaction into barsforfoo template
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Sep 20, 2023
1 parent 46b4e88 commit f49002a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { onMount, getContext } from 'svelte';
import '@material/mwc-circular-progress';
import type { AppAgentClient, Record, ActionHash, EntryHash, AgentPubKey } from '@holochain/client';
import type { AppAgentClient, Record, ActionHash, EntryHash, AgentPubKey, NewEntryAction } from '@holochain/client';
import { clientContext } from '../../contexts';
import type { {{pascal_case ../entry_type.name}} } from './types';
import {{pascal_case ../entry_type.name}}Detail from './{{pascal_case ../entry_type.name}}Detail.svelte';
Expand Down

0 comments on commit f49002a

Please sign in to comment.