Skip to content

Commit

Permalink
feat: add use client directive to index
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed Aug 4, 2023
1 parent ca21658 commit daa840f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import ReactImgix, { Picture, Source } from "./react-imgix";
import { PublicConfigAPI } from "./config";
import { buildURLPublic as buildURL } from "./constructUrl";
Expand Down

0 comments on commit daa840f

Please sign in to comment.