Skip to content

Commit

Permalink
WIP: permalink and pagination data as expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Jun 13, 2024
1 parent 9a8b51d commit 88af765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/liquid.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Expression, FIXED_TOKEN_ID, Filter, Property, State, StateId, Token, getPersistantId, getStateVariableName, DataTree, BinariOperator, UnariOperator, isExpression, getExpressionResultType, toExpression } from '@silexlabs/grapesjs-data-source'
import { Expression, FIXED_TOKEN_ID, Filter, Property, State, StateId, Token, getPersistantId, getStateVariableName, DataTree, BinariOperator, UnariOperator, getExpressionResultType, toExpression } from '@silexlabs/grapesjs-data-source'
import { Component } from 'grapesjs'
import { EleventyDataSourceId } from './DataSource'

Expand Down

0 comments on commit 88af765

Please sign in to comment.