> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://seedgrow.crisp.help/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to Fix Liquid Error: Could Not Find Asset snippets/expo.liquid

In some cases, you may find a message at the bottom of your store pages saying "***Could not find asset snippets/expo.liquid"***.

![](https://storage.crisp.chat/users/helpdesk/website/-/b/7/a/3/b7a3b0ed5d55d000/liquid-error_1net335.png =750x389)

**__Here is how you can fix this error:__**

* Please open up your theme's code editor.
* Now, look for template.liquid or theme.liquid file, then scroll down to the bottom, you will see this code:

```
{% include 'expo' %}
```

![](https://storage.crisp.chat/users/helpdesk/website/-/b/7/a/3/b7a3b0ed5d55d000/code-found_1jnhd4q.png =750x379)

* Please remove the code and save the changes.

Now, the notice will disappear from the store. You might want to clear your browser cache just to ensure you're seeing the updated results.

If you are still seeing the notice or need additional guidance on removing it, feel free to [contact us via email](mailto:help@seedgrow.net) or live chat.
We would be happy to take a look.