Skip to content

Commit

Permalink
New Framer Release
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses authored and github-actions[bot] committed Nov 21, 2024
1 parent 8d7e757 commit 88680d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unframer/src/framer.js
Original file line number Diff line number Diff line change
Expand Up @@ -15349,7 +15349,7 @@ function steps(numSteps, direction = 'end',) {
};
}

// https :https://app.framerstatic.com/framer.REWUBG6L.mjs
// https :https://app.framerstatic.com/framer.T2DJE5NA.mjs
init_chunk_QLPHEVXG();
import React4 from 'react';
import { startTransition as startTransition2, } from 'react';
Expand Down Expand Up @@ -52926,8 +52926,8 @@ var package_default = {
coverage: 'yarn :jest --coverage',
lint: 'yarn format-check:ts && yarn :eslint ./src --ext .ts,.tsx --format codeframe --quiet --cache',
'lint:ci': 'yarn format-check:ts && yarn :eslint ./src --ext .ts,.tsx --format codeframe --quiet --cache --cache-strategy content',
'format:ts': 'yarn :format "src/**/*.{ts,tsx}"',
'format-check:ts': 'yarn :format-check "src/**/*.{ts,tsx}"',
'format:ts': 'yarn :format',
'format-check:ts': 'yarn :format-check',
'lint:fix': 'yarn lint --fix --cache',
test: 'yarn :jest',
watch: 'yarn :jest --watch',
Expand Down

0 comments on commit 88680d4

Please sign in to comment.