Skip to content

Commit

Permalink
Fix analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Dec 2, 2023
1 parent ad647c5 commit a5d23a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Explorer/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local flipbook = script:FindFirstAncestor("flipbook")

local React = require(flipbook.Packages.React)
local Component = require(script.Component)
local types = require(flipbook.types)
local types = require(script.types)

local e = React.createElement

Expand Down

0 comments on commit a5d23a8

Please sign in to comment.